iphone - 如何为 iPhone 开发可分发的 UI 控件?

标签 iphone cocoa-touch

我想为 iPhone 开发一个可重用的 UI 控件。我该怎么做呢?当我说可重用时,我的意思是它被打包在 dll 中(或 iPhone 平台上使用的任何内容),因此可以在多个项目中重用。

最佳答案

虽然不允许在 iPhone App Store 上销售的 iPhone 应用程序中使用动态库,但这里有一个关于 building static libraries with the iPhone SDK. 的教程。 (假设您不想发布源代码)

关于iphone - 如何为 iPhone 开发可分发的 UI 控件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/414856/

相关文章:

iphone - [UIMenuController sharedMenuController] .menuVisible说是,但菜单不可见?

ios - 测量蜂窝信号强度

ios - 刷新 UIPageViewController - 重新排序页面并添加新页面

ios - 更改状态栏背景颜色颜色过去 iOS 7

iphone - 复合谓词不起作用

iphone - 从 OpenGL ES 1.1 过渡到 OpenGL ES 2.0

iphone - 调用 ALAssetReprsentation 的元数据方法几百次都会失败

iphone - 使用 CALayer 的 UIView 不显示阴影

iphone - 强制 UITableView 转储所有可重用单元格

iphone - 从换行符分隔的文本文件向 NSMutableArray 添加数据?