2021 Year Archive
RAC和UITextField双向绑定的正确方法
https://blog.csdn.net/weixin\_34331102/article/details/88026855
Read More →上线AppStore的注意事项
1\.不能含有多级的分销,和类似的功能 2\.使用苹果登录的提示文字是固定的 ”通过Apple登录“,使用苹果的登录不能再要求其他的绑定才能使用app否则不能过审 3\.不能包含抽奖功能...
Read More →除去WebView默认存在的一定像素的边距问题
https://blog.csdn.net/qq\_32519693/article/details/74375293 - 去除body标签默认的边距 ``` ```
Read More →发送带参数的通知
``` [[NSNotificationCenter defaultCenter] postNotificationName:kCategorySelectNotify object:@(tap.view.tag)];...
Read More →iOS获取tabbar item view
``` + (UIView *)viewForTabInTabBar:(UITabBar* )tabBar withIndex:(NSUInteger)index { NSMutableArray *tabBarItems =...
Read More →iOS13 通过 该方法设置tabbar字体颜色不起作用
https://github.com/ChenYilong/CYLTabBarController/issues/435
Read More →