Singsys blog: iOS

All new and best Features in iOS 11 you must know

iOS 11 new features

There are many major changes in iOS 11 which will affect user daily life. Recently introduced during the Worldwide Developers Conference June 5, 2017. iOS 11 is the next big update in the league of  iOS version as claimed by Apple CEO Tim Cook

  (more…)

Guide to Advanced iOS Animations through Auto Layout

auto layout iOS

Auto Layout is very powerful tool to control every view layouts in iOS. In case it is not used directly, the OS will auto transforms the view’s properties like the frame into constraints before laying out the views.

(more…)

iOS Application Battery Optimization Techniques to Minimize Burden on Battery

iOS Application Battery Optimization

The obvious battery issue with an iPhone is we want it to last as long as we require it. Now with every passing year, although they are shipped embedded with high-end processors, better display with higher resolution but the progress in terms of battery technology is not at par. Before getting any deeper let me tell you that there are two factors that need to be taken care of parallel or optimized together for experiencing the best phase of your iPhone battery life or any other apple device.

 

(more…)

Using Swift to Call Objective C Code

 Swift is a new programming language that is purely compatible with objective C. This makes it possible to use objective C file code in Swift file

Swift is a new programming language that is purely compatible with objective C. This makes it possible to use objective C file code in Swift file. Apple claims the co-existence of Swift and Objective C in an application but, this does not relate to re-using old classes made  in Objective-C whilst building new classes in Swift. The reason being as Objective-C is a platform-independent language unlike  Swift is platform-dependent. Now, implementing non-platform-dependent code in Swift won’t be fruitful. henceforth, writing platform dependent code in Swift would be absolutely fine.

  (more…)

Apple Developer Account Creation Step by Step

Apple developer account

An Apple Developer Account is the primary requirement to publish your iOS application on the Apple App Store. The same account serves the purpose of multiple application submission. You can watch the video to set up your Apple developer account or follow the step mentioned below to quickly create an iOS Developer Account.

 

(more…)