越简单越好!
iOS 6 and Core Plot 打包时的一个错误问题
发表于 2013-03-29 09:50    
ld: file is universal (2 slices) but does not contain a(n) armv7s slice: /Users/bevin1984/ios开发/erpUnitStore.ios/erpUnitStore/libCorePlot-CocoaTouch.a for architecture armv7s clang: error: linker command failed with exit code 1 (use -v to see invocation)
查看详情已有1671次阅读  |  0次点赞  |  0个评论
iOS 字符串加密至MD5
发表于 2012-03-19 10:12    

iOS开发创建MD5字符串

查看详情已有1771次阅读  |  0次点赞  |  0个评论
ionic2 ios平台 音频audio后台播放的实现
发表于 2016-04-13 16:56    

1. 先ionic build ios打好ios的包。

2. 通过xcode打开 ./项目路径/platforms/项目名称.xcodeproj

查看详情已有1652次阅读  |  0次点赞  |  0个评论
设置控件全局显示样式appearance proxy
发表于 2013-03-25 16:34    
appearance是apple在iOS5.0上加的一个协议,它让程序员可以很轻松地改变某控件的全局样式(背景)
查看详情已有1529次阅读  |  0次点赞  |  0个评论
scrollview的contentSize,frame,contentOffset
发表于 2012-06-06 15:16    

contentSize是scrollview可以滚动的区域,比如frame = (0 ,0 ,320 ,480) contentSize = (320 ,960),代表你的scrollview可以上下滚动,滚动区域为frame大小的两倍。

查看详情已有1298次阅读  |  0次点赞  |  0个评论
返回顶部 ^