Cocoapods Error – “You need at least git version 1.8.5 to use CocoaPods”

Introduction Cocoapods Cocoapods are best dependency manager tool that is used in iOS App Development. Languages swift and objective-c are user for iOS App Development. Cocoapods Error Solution 1 Follow this :Xcode Preferences -> Locations -> Selected the Command Lin Tools: select Xcode 8.3 or run this command sudo xcode-select –switch /Applications/Xcode.app Or Cocoapods Error … Read more

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 … 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 … 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 … 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 … 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 … Read more