An open API service indexing awesome lists of open source software.

https://github.com/daisuke-t-jp/kailib

iOS static library.
https://github.com/daisuke-t-jp/kailib

ios library

Last synced: 6 months ago
JSON representation

iOS static library.

Awesome Lists containing this project

README

          

KaiLib
======

KaiLib is My library for iOS app.

Add the following to the **Other Linker Flags** of **Build Settings**.
* -ObjC
* -all_load

Also add the following framework, if necessary.
* QuartzCore.framework
* UIKit.framework
* CoreData.framework
* GLKit.framework
* Foundation.framework

import header
`#import "KaiLib/KaiLib.h`

write test code
`KaiLogInf(@"%d", [@"Apple" occurredCount:@"p"]);`

EOF