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.
- Host: GitHub
- URL: https://github.com/daisuke-t-jp/kailib
- Owner: daisuke-t-jp
- License: mit
- Created: 2018-12-06T11:04:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T12:12:25.000Z (over 7 years ago)
- Last Synced: 2024-12-29T16:42:31.759Z (over 1 year ago)
- Topics: ios, library
- Language: Objective-C
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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