How to create shadow effect on UIView?

Shadow Effect on UIView

Introduction on Shadow Effect on UIView Shadow Effect make a UIElement different from whole screen and take a different look and attracts user directly at first sight and with this it looks good in design. To show different buttons with different or highlight UIButtons or UIView. Overview for creating of Shadow Effect on UIView Shadow effect look gives 3D effect to any element. It looks … Read more

How to do zoom in UIScrollView?

Zoom in UIScrollView

Introduction on Zoom in UIScrollView UIScrollView is class or we can say its a tool which is used to present UIView and other elements in its contentView. it does not bounded by size of device because its contentView size can be set as per our requirement and due to scrolling feature and zoom functionality. Items like UIView and many mora can be added in UIScrollView … Read more

Application Loader – “An error occurred uploading to the app store”

If you found an error occurred while uploading app to the app store to solve that error in Application loader try these following methods :- Application Loader Error Solution 1 First thing you should try to do is rebuild your app again.Follow these steps 1. Clean your project 2. Archive project 3. Export your ipa file wherever you want. 4. Open Application loader and select … Read more

How to avoid crash when something NULL / value comes in variable?

Avoid Crash when Null Value Comes

Introduction on NULL Value in Variables causes crashes API (Application Program Interface) is a set of routines, protocols, and tools for developing mobile applications and other softwares. Basically, an API gives information how application components should communicate. And furter more, APIs are used when programming graphical user interface (GUI) components. Calling API is for data accessing from server and it collects data from server as … Read more

How to check internet connection is ON in iOS Device?

Check Internet Connection iOS Device iPhone or iPad

Introduction – Purpose of Checking Internet Connection of iOS Device During Mobile App building before integrating any feature first we thought about its circumstance or crashes it will gonna face and one of common issue is internet connection, let us suppose if our feature or third party library function calling or any other class is called which needs internet connection mandatory then if in case … Read more

How can I make a UITextField move up when the keyboard appears?

UITextField Change Position Keyboard Appear And Disappear

Introduction On Keyboard appearing in Mobile App In iPhone or iPad, screen size limited but sometime our design of app becomes too large in comparison to their screen size, in those cases we use UIScrollView or UITableView or any other element as per our design requirements and make content scrollable or draggable thats how we consume small screen size to fit our design and yes … Read more

Want to Learn iOS? Learn iOS App Development – Quickstart Guide

Learn iOS App Development

Learn iOS App Development: iOS is operating system for iPhone and iPad. Mobile app development is now going into wide range of diversification nowadays as many new technology and things are happening in this field most of fresher and beginners get confused to start from where and what structure should they follow to lead to be successful developer in their field. iOS operating system in … Read more

Top Libraries For Swift – Most Popular Libraries #Best-Libraries

Top Swift Libraries

Swift was introduced on 2014 on Apple’s WWDC (WorldWide Developer Conference) as language. Now it becomes emerging language for iOS App development, in present scenario it has left behind old language of iOS that is Objective-C. Currently, the majority of libraries are supported to swift. Even New libraries are developed with only support to swift. All developer have to migrate to swift as apple can … Read more

How to play video at centre mode in AVPlayer ?

Avplayer Play Video Centre Mode

Introduction – Play Video On AVPlayer Media playing now days is most common and important functionality that every iOS App developer should know. Playing any media asset can be done by many methods like AVPlayer or WKWebView or etc. While in this tutorial we are going to learn how to play video through AVPlayer class and how to set video on centre mode. Overview For Video … Read more

Top Libraries for Objective-C | Most Popular Libraries iOS

Top Objective-C Libraries

Top Libraries for Objective-C: Today, where everything in iOS is migrating toward swift, objective-c is now considered as old fashioned and also less in demand nowadays. Every client wants it software or app to be develop in latest technology but still objective-c is stable and many developers yet develop iOS apps in objective-c language and whereas swift is still upgrading and changes are coming in … Read more