No you don't need to implement them for a custom presentation. These are new iOS 13 delegate methods that allow customisation of non custom presentations (UIModalPresentationStyle.automatic) see https://developer.apple.com/videos/play/wwdc2019/224/
Post
Replies
Boosts
Views
Activity
I'm fairly sure that the presenting view controller has to be and remain the rootViewControlller during a presentation
Even after https://developer.apple.com/system-status/ said all issues resolved, my testflight app was stuck showing an old expired build and would not refresh. Reinstalling the Testflight app on my phone fixed the issue.
tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? is available in UITableViewDelegate
Seems to be there now https://developer.apple.com/documentation/realitykit/creating_a_game_with_reality_composer
Hello, I wanted to do the same, did you have a go at compiling CRFSuite in Xcode?
Thanks a lot for the information! I didn't quite finish wrapping the C code so I will take a look at libcrfsuite, well done I would not have thought to look for that. I was looking to tokenize thai syllables and in Apple's frameworks word is the smallest unit so there's no way, not even with a Gazetteer 😅
@Macho Man ***** Savage I didn't manage to get it running so far, I suspect that libcrfsuite is for private Apple only use. So back to getting it to compile, I need to run it on iOS on the device, did you managed to get that far? I tried to call/wrap via Swift but I suspect it's better to start with Objective-C.
Thanks a lot for your help much appreciated. I managed to compile it as a framework. For the device a few symbols (used to init/load models) in libcrfsuite are not a one to one match with the CRFSuite header, so it's a little bit too much of a black box / rabbit hole for me to spend more time on at the moment.
It would be great if there was support for UIKit. SwiftUI still lacks a lot of the customisation points necessary to get a native app feel in advanced use cases involving text.
Could you give some guidelines on when to use the forums and when to use Feedback Assistant. For forum posts I'm interested in I see replies like "it is best to share your thoughts about new features and feature requests via http://feedbackassistant.apple.com/ where the relevant teams would be able to evaluate such requests."
The API is this one https://developer.apple.com/documentation/foundation/nsattributedstring/key/4395176-adaptiveimageglyph
I had a second look and I saw that I can separate my use of AttributedString encoding/decoding to/from markdown data from where I would employ Genmoji and NSAttributedString so it's to close the ticket. Sorry!
Ah ok, I found it.
Why not call the async variant of apply?