问题

来源:互联网 发布:淘宝怎么改旺旺名字 编辑:程序博客网 时间:2024/04/28 03:04

1.UITableViewController自带的tableview改变大小,在viewDidApear方法里写。

2.block里提示retain时,防止引用计数器加1

    __unsafe_unretainedtypeof(self) beSelf =self;

0 0