Kamil Burczyk

6pods

AFAbstractRESTClient

License: MIT

  • Objective C

AppSettings

AppSettings is a simple tool that allows automatic serialization and deserialization of objects to NSDictionary with writing and reading them from NSUserDefaults. Originally created to simply manage app settings in NSUserDefaults.

License: MIT

  • Objective C

Camouflage

Camouflage is a category of NSData that allows you to store it as .bmp file in iOS Camera Roll and read it from there. Camera Roll, Contacts and at some point Keychain are the only places where you can store and access data between apps. I figured out that you can store bytes as pixels in .bmp file and place it in Camera Roll and iOS will not protest ;)

License: MIT

  • C

KBContactsSelection

KBContactsSelection is a standalone UI and logic component that allows you to easily search and select contacts in your Address Book and redirect to Mail or Messages with results.

License: MIT

  • Objective C

KBRoundedButton

KBRoundedButton is a subclass of UIButton that allows developers to create beutiful flat buttons that change colors in different states and are configurable from Interface Builder. KBRoundedButton can also display UIActivityIndicatorView when it's state is set to working so it can be easily used in places where async tasks are started.

License: MIT

  • Objective C

UIForLumberjack

UIForLumberjack is a tool that allows you to see your CocoaLumberjack logs on your iOS device. It creates additional logger which puts all the logs to UITableView that can be displayed in any UIView. With UIForLumberjack you can see all your logs without Xcode and debugger!

License: MIT

  • Objective C