Blog

To enable or disable android app from being backed up or restored you can use AndroidManifest.xml file and android:allowBackup=”false” which if present and is set to false will prevent even a full-system backup that would otherwise cause all application data to be saved via adb. The default value of this attribute is true.  For example: <?xml version=’1.0’…

Read More android:allowBackup – Enable or Disable Android App Backups

Earlier, I have created a short video tutorial on how to use UIPageViewController to create the “App Tutorial Page” which will start up as soon as your mobile app launches.…

The post UIPageViewController. Create and Skip App Tutorial Pages. appeared first on Swift Developer Blog.

Read More UIPageViewController. Create and Skip App Tutorial Pages.

With this video tutorial I am going to share with you how to create and use the iOS Settings bundle to let users of our mobile app be able to…

The post iOS Settings Bundle – Let Users Save Their Preferences via the iOS Settings App appeared first on Swift Developer Blog.

Read More iOS Settings Bundle – Let Users Save Their Preferences via the iOS Settings App

Xcode Code Snippets Library is a very useful feature of Xcode that can greatly simplify your app development process and make it easier and even more enjoyable. It already has some…

The post Xcode Code Snippets Library. Creating and Customizing Xcode Snippets. appeared first on Swift Developer Blog.

Read More Xcode Code Snippets Library. Creating and Customizing Xcode Snippets.