nativeobject

  1. M

    iOS Question Problem SetField Invitees

    Hello! I have problem when I want to set some emails as invitees using EventKit (https://developer.apple.com/documentation/eventkit/ekparticipant?language=objc). This is my code : Dim ev As CalendarEvent = store.CreateEvent Dim newEvent As NativeObject = ev Dim attendee As NativeObject...
  2. M

    iOS Question Problem GetField NativeObject

    Hello... I'm using NativeObject to CalendarEvent like this For Each e As CalendarEvent In Events Private no As NativeObject = e Next when I log the "no", the result like this : <B4INativeObject: EKEvent <0x28348d080> [<EKEvent 0x280780160> valueForUndefinedKey:]: this class is not key...
Top