Bug Tracking with Crashlytics 05/05/2017 Tracking issue in your iOS app sometimes can be tricky and depending how extensive the testing is, many times few bugs can slip through the crack. The project that I am working on, recently tried to explore a better way that will tell us when and where a bug pops up on the app especially the dreaded ones that may cause the app to crash. We tried Bugsnag and Crashlytics. Based on what we want to accomplish, Crashlytics is chosen and the implementation is pretty straightforward and well
Tracking issue in your iOS app sometimes can be tricky and depending how extensive the testing is, many times few bugs can slip through the crack. The project that I am working on, recently tried to explore a better way that will tell us when and where a bug pops up on the app especially the dreaded ones that may cause the app to crash. We tried Bugsnag and Crashlytics. Based on what we want to accomplish, Crashlytics is chosen and the implementation is pretty straightforward and well
Accessing Application Directory and Show Log File 04/16/2017 Display the log file that is being stored in the Caches folder under application directory to the users using UITextView and provide live updates as the log file changes.
Display the log file that is being stored in the Caches folder under application directory to the users using UITextView and provide live updates as the log file changes.
Swift 3: Creating UIPageViewController along with PageControl 04/09/2017 Create a UIPageViewController app that will allow users to slide from page to page while at the same time give them visual cue using PageControl indicator.
Create a UIPageViewController app that will allow users to slide from page to page while at the same time give them visual cue using PageControl indicator.