博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Don't Release custom typ UIButton by yourself
阅读量:5743 次
发布时间:2019-06-18

本文共 376 字,大约阅读时间需要 1 分钟。

hot3.png

Today I have found a code like this:

UIButton *syncBtn = [UIButton buttonWithType:UIButtonTypeCustom];...[syncBtn release];

and Then when I run the app, whatever operation I do,the syncBtn will disappear.I have looked for this bug about 30 mibutes,at last I found the programmer release the button the reference only 1.

Oh shit!

转载于:https://my.oschina.net/u/913344/blog/227281

你可能感兴趣的文章
如何查看sshd当前配置 (gcore, gdb 的妙用)
查看>>
获取Java方法参数的名称
查看>>
前端的小玩意(9.2)——做一个仿360工具箱的web页面(全部工具里面的模板)...
查看>>
Tableau Desktop介绍
查看>>
数据挖掘十大经典算法
查看>>
Objective-C中单例模式的实现【转】
查看>>
iOS开发系列--视图切换
查看>>
手把手玩转win8开发系列课程(21)
查看>>
聊聊并发(七)——Java中的阻塞队列
查看>>
JMeter基础之—录制脚本
查看>>
为什么java.util.concurrent 包里没有并发的ArrayList实现?
查看>>
lua 牛刀初试
查看>>
[翻译] USING GIT IN XCODE [4] 在XCODE中使用GIT[4]
查看>>
@property括号内属性讲解
查看>>
IOS开发之简单音频播放器
查看>>
TypeScript 强类型 JavaScript – Rafy Web 框架选型
查看>>
Spark配置参数
查看>>
使用 Python 进行线程编程 线程的使用模式
查看>>
android离线缓存技术
查看>>
论云数据库编程能力的重要性
查看>>