Side Projects

  • BarcodeScanner
  • BarcodeScanner is an open source project which let you easy to get barcode contents. It is written by Swift. To use this library in your project is very easy. BarcodeScanner is a ViewController so that you use it like use general ViewController.


  • BLEManager
  • This is a library of Bluetooth 4.0 which based on iOS. It makes you easy to implement Bluetooth technique on your project. You can use source code directly or CocoaPods to install it. In this library, I use delegate and singleton pattern to implement.


  • MBCircularProgressBar
  • This is an open source project which is created by Mati Bot. This project helps you easy to implement circular progress bar in the iOS project. And I add clockwise feature into this project.


  • Find_My_Car
  • This is an App project. The idea is to record parking location by GPS when you park a car. And then, you can go to anywhere, do not need to memorize the parking location in the brain. This project is implemented in Manual Reference Counting(MRC). The data is stored by FMDB.

    demo video