KKRateMyApp for Swift

KKRateMyApp for Swift

KKRateMyApp is a simple Swift rate app library that prompts your app users to rate the app after using it for a X times. Click here to visit KKRateMyApp on GitHub.  Requirements Xcode 8 or higher iOS 10.3 or higher Installation All you need is import KKRateMyApp.swift to your project folder. Usage Example In your AppDelegate, didFinishLaunchingWithOptions add the following: //Replace with the number of…
iOS Development – Create a Stickers App for iMessage

iOS Development – Create a Stickers App for iMessage

This tutorial shows you how to create a simple Stickers app for iMessage. The cool thing here is that there is no coding required. Follow these steps and you will have your awesome stickers app ready to be submitted for the AppStore. Start A new XCode Project, and select Stickers Pack App Give your project a name, and set your bundle ID and the other configurations…
Apple File System (APFS)

Apple File System (APFS)

Apple File System (APFS) a new and reengineered file system for iOS, macOS, tvOS, and watchOS. APFS was announced at WWDC in 2016 as a replacement for the old system, also known as Mac OS Extended or HFS+, which they have been using since the early days of macOS. With the release of the new macOS High Sierra, APFS will be the new default file system for every Mac computer…
Tip: Customize iOS 11 Control Center

Tip: Customize iOS 11 Control Center

This is a quick video showing the new features and controls for control center in iOS 11. Now you can add/delete controls, such as Screen Recording, Alarms, Low Power Mode and many more. As you can see, you can replace the default controls with new ones. Also, you can change the order, delete them, or add new ones. One of the great new controls that…
What’s New in iOS 11 – For Developers

What’s New in iOS 11 – For Developers

Here is a summarized list of what developers should expect from iOS 11, which is coming soon later this month (Sept 2017). Support for drag and drop onscreen, either within the same app or in a different app. Support for augmented and virtual reality. Browsing local and iCloud documents. High performance image analysis. CoreML, which provides support for machine learning models. Updated SiriKit: Support for…