‘Naveen’

7pods

NRConnection

NRConnection: lets use the network layer in the simplest way. Send parameters,images and videos to server in a simplest way. Well there are various network classes available for open source, but most of them missing the simplicity . NRConnection allow developers to send parameters, images and videos to server in a simplest way. Just a single method for video and images which needs the array of images and videos and NRConnection sends it to the server in a most elegant way with the use of Alamofire. You can get the success/failure with the help of NRCompletionHandler.

License: MIT

  • Swift

NRControls

NRControls: This class is used for using a common controls like alert, action sheet and imagepicker controller with proper completion Handlers. It means when you open the image picker controller you dont worry about implementing the delegate of imagepickercontroller, instead you will get your selected image within the same line of code in completion handler. This library mainly contains the five methods which are for following purpose: * Imagepicker controller * AlertView * Action Sheet * AlertView with textfield (eg. you can use this in case of forgot password and in many more cases. * Take or choose photo which use above methods and gives you the selected image within same line of code with the help of completion handler.

License: MIT

  • Swift

NRMirror

NRMirror helps you to sync your model with web service response or any input dictionary.So its work like a object mapper for you. So dont worry about your model syncing , just declare your models and name your key same as your dictionary/Json key and you are done. NRMirror supporting of all types Int, String ,Float , Bool etc.. and NRMirror subclass models.

License: NOASSERTION

  • Swift