Category: iOS
104 posts
除去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 →iOS中仿美团的下拉菜单开源组件
1\. https://github.com/dopcn/DOPDropDownMenu 2\. https://github.com/12207480/DOPDropDownMenu\-Enhanced 3\....
Read More →