MyBaby
While developing iOS apps, we ofter lot's of basic functions.
Feature : -
- Alert (POP UP).
- Animation.
- API call (GET & POST method).
- Data-Time function.
- Loader.
- Location.
- TextField.
- String
Requirement : -
- iOS 10.0+
- Xcode 10.2+
- Swift 4+
Installation : - CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Alamofire into your Xcode project using CocoaPods, specify it in your PodFile:
pod 'MyBaby', '~> 1.0.44'
How To Use : -
- Import MyBaby
- MyBaby.(Alert,Animation,API,textField,Data-Time,Loader,etc).(just select function you want to implement).
for api responce call : - ApiResponceDelegateMB EXAMPLE : -
- Import MyBaby
- class ABC : UIViewController,ApiResponceDelegateMB{ // class function }
For location response call : - LocationDelegateMB EXAMPLE : -
- Import MyBaby
- class ABC : UIViewController,LocationDelegateMB{ // class function }