Analyzing Natural Language Text with NLTagger Feb 26, 2020 How to use the NLTagger class to analyze natural language text. ...
Recognizing the language in a Natural Language Text with NLanguageRecognizer Feb 19, 2020 Identify the language of a body of natural language text with NLLanguageRecognizer. ...
Tokenizing Natural Language into Semantic Units in iOS Feb 12, 2020 Learn how to use the NLTokenizer Class to separate natural language strings into components. ...
Matching Natural Language Text for Predefined Data Patterns on Apple's Devices Feb 5, 2020 Learn to use the NSDataDetector class to match patterns in natural language. ...
Recognizing Speech Locally on an iOS Device Using the Speech Framework Jan 29, 2020 How to use the Speech framework to detect speech on iOS. ...
Generating Feedback Haptics with UINotificationFeedbackGenerator Jan 22, 2020 Learn to implement haptic feedback quickly with UINotificationFeedbackGenerator ...
CryptoKit and the Secure Enclave Jan 15, 2020 Learn about the limitations of CryptoKit, and how to go around them. ...
Implementing Parametrizable Shortcut Actions for your iOS Apps Jan 8, 2020 Learn to implement parametrized Siri Shortcut Actions in your iOS apps. ...
Happy New 2020! Jan 1, 2020 I just wanted to take a moment to wish you all a happy new year and to, to those who have been following me, for reading my weekly blog on iOS development since August. As you may know, I originally started blogging in 2011 as a college freshman, mostly writing to document the new things I learned regarding iOS development. I had absolutely no consistency with how often I wrote. And in the timeframe the blog was alive (2011 - pre-August 2019), there were some pretty big gaps between articles - some spanning years. ...
Modern Backgrounds Tasks in iOS 13 Dec 25, 2019 Learn how to implement the new BackgroundTasks framework in iOS 13 ...