文件名称:iOS静态库的创建与使用
文件大小:71KB
文件格式:ZIP
更新时间:2015-09-26 14:33:08
ios static library
在ios开发中使用静态库,静态库中包括用obc写的两个函数和c写的一个函数。
【文件预览】:
testFirstLibrary
----testFirstLibrary()
--------main.m(341B)
--------HViewController.m(1011B)
--------HAppDelegate.h(371B)
--------testFirstLibrary-Prefix.pch(335B)
--------testFirstLibrary-Info.plist(1KB)
--------HAppDelegate.m(2KB)
--------en.lproj()
--------HViewController.h(220B)
----testFirstLibrary.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(12KB)
--------xcuserdata()
----.DS_Store(6KB)
myFirstLibrary.xcworkspace
----contents.xcworkspacedata(271B)
----xcuserdata()
--------apple.xcuserdatad()
FirstLibrary
----.DS_Store(6KB)
----FirstLibrary.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(9KB)
--------xcuserdata()
----FirstLibrary()
--------.DS_Store(6KB)
--------File.c(263B)
--------Header.h(231B)
--------FirstLibrary.h(275B)
--------FirstLibrary.m(303B)
--------FirstLibrary-Prefix.pch(165B)