IP属地:河南
dmg文件的图标icon需要.icns格式的图片
官方教程地址:https://help.apple.com/xcode/mac/current/#/dev88332a81e 选择方式: 一直n...
提交MacAPP审核时,报的错误: 1、ERROR ITMS-90242 The product archive is invalid. The...
1. 属性拖线时,不能从xib往view中拖线,会造成所有的控件都在第一个view上面,导致初始化后面的view时,控件取出来是nil, 要从v...
Terminating app due to uncaught exception 'NSInternalInconsistencyExcept...
#pragma mark - 防止textView也显示自定义的item - (BOOL)canPerformAction:(SEL)actio...
上传ipa包的时候出现的error:ERROR ITMS-4238: "Redundant Binary Upload. There alrea...
//键盘的类型 text.keyboardType =UIKeyboardTypeNumberPad; typedef enum { UIKey...
//当父控件frame改变时,子控件超出的部分不隐藏,设置view的这个属性为yes就可以了。 //clipsToBounds:如果子视图的范围...