Using UIStackView in iOS 9 App Development
Apple introduced UIStackView to build easy adaptive UIs with iOS 9. It enables simple way to add horizontally or vertically stack view in any iOS application. From AutoLayout we can mange the position...
View ArticleCreating Static Library in iOS App Development
If you are an iOS developer and having good experience in iPhone apps development and iPad application development, then I am sure by now you would have created your own classes which you can utilize...
View ArticleiOS HandOff – Continue Your Activity Seamlessly on Another iOS Device
Apple introduced Handoff feature for developers with release of iOS 8 and MAC OS X Yosemite. Handoff in simple terms means it allows us to start work in one iOS device and continue it seamlessly on...
View ArticleShare Extension in iOS Application – Overview with Example
Extension, as the name suggests, it is a part of an iOS application which extends the iOS application’s functionality and makes the app available in other parts of the system like Notification Center...
View ArticleUsing Gesture Recognizers in iOS App Development
Often iOS developers use Gesture to add effects to there views to provide some interesting animations during user interaction with screens. Gesture Recognizers are useful for event handling for views....
View ArticleStoryboard References in iOS App Development
Splitting large storyboard in small user interface in iOS app development was already possible but problem was that for connecting two storyboards we could not create segues between them. Storyboard...
View ArticleWatch Connectivity Framework – iOS
The Watch Connectivity framework ( WatchConnectivity.framework ) acts as a two-way communication channel between an iOS app and a WatchKit extension on a paired Apple Watch. Apple iOS apps make use of...
View ArticleWhat’s New in Apple’s WatchOS 2 ?
Apple’s WatchOS 2 comes with several new features as compared to WatchOS 1. Before we find out about the new additional features in WatchOS 2, let’s take a look at pictorial differences between WatchOS...
View ArticleRight to Left (RTL) Language Support in iOS Apps
Apple provides many languages to the users to be utilized in the apps which starts from left to right or right to left. The left to right language renders in the UI from the left while right to left...
View ArticleSetting Dynamic Constraints on Scrollview in iOS
For any iOS developer, Autolayout is a very useful feature which is used in designing the iPhone / iPad App UI. Among all the controls that AutoLayout provides, UIScrollView is one of the most useful...
View ArticleKey Permissions while Developing iOS Apps for iOS 10
iOS 10 has introduced major changes while using already existing features in developing iOS apps. Here’s some of those important features. iOS 10 Push Notification In order to set up push notification...
View ArticleiMessage Apps in iOS 10 – Sticker Pack Application Demo
With iOS 10, Apple introduced Messages framework (Messages.framework). This provides advantage to all iOS developers to create a stand-alone app or an app extension for iMessage app. Using this...
View ArticleiMessage Apps in iOS 10 – How to Create iMessage Application
In previous post we saw about sticker pack application with basic introduction about iMessage App and Messages framework (Messages.framework). In this post, we will see how to create an iMessage...
View ArticleiMessage Apps in iOS 10 – Create Custom Sticker Pack Application
In my previous posts from the series of iMessage Apps in iOS 10, we saw about a simple sticker pack application demo and also saw about creating a simple iMessage application. So that was all about...
View Article