Tuesday, November 6, 2018

Parse XML file Objective C

In this post, I am going to explain how to parse an XML file for iOS 10.0 using Objective C. There are lots of XML parser available for iOS. Here I am using

Saturday, July 28, 2018

Connecting Native Module with React Native (iOS)

React Native is a very strong and popular framework to create iOS and Android app at the same time with a single code base. The developers do not need to learn two different languages to create multiple apps of the same idea. There are many exciting features of React Native you will enjoy. Among them, the most interesting feature of React Native is, this can be used along with native code (Objective C/Swift or Java).