日常杂记--5
1、輸出%方法 ? ? ? ?%%
2、輸出"方法 ? ?\"
3、重設cell的frame
-(void)setFrame:(CGRect)frame{
? ? frame.size.width = SCREEN_WIDTH-BILIW(80);
? ? [super setFrame:frame];
}
4、
?
5、@autoreleasepool {} ? 在異步線程中使用autopool目的是可以及時釋放內存,避免內存的占用
?
轉載于:https://www.cnblogs.com/shizhiliblog/p/8479947.html
總結
- 上一篇: Python基础---容器集合Set
- 下一篇: datatable 多字段 排序;