Posts

Post marked as solved
2 Replies
Thanks. It works after I added id: \.self  That is a bug in Apple's Editor. Link is broken If it ends with )
Post not yet marked as solved
4 Replies
Yes. I used the following line of code in ViewDidLoad of EventViewController. It did not work.self.modalPresentationStyle = .fullScreen`
Post not yet marked as solved
4 Replies
Thanks.If you mean changing the modalPresentationStyle of ModalTableViewController to formSheet, i did so.Before presenting EventViewController,I used the following line of code.self.navigationController?.modalPresentationStyle = .formSheetIt did not work.
Post not yet marked as solved
3 Replies
Thanks. I used Category/Extesnsion to generate the entity in the host-app. While the entity-file is opened, in Target Membership, I selected tody extesnion too (As you know, the host is selected by default). The host-app and extension share same group identifier