爱吃鱼的coder
爱吃鱼的coder
UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 200, 500, 500)]; view.backgroundColor = [UIColor redColor]; [self.view addSubview:view]; UIView *v = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 20, 30)]; v.backgroundColor = [UIColor blackColor]; FFPopup *pop = [FFPopup...
小程序分享支持体验版的分享吗?
拉倒底部的scrollerView有三个可切换的控制器,然后有可能是webview,tableview都是可滑动的,问题来了,最底部一个innerScrollerView,上层一个outerScrollerView,innerScrollView在outerScrollView里面,同时支持上下滚动,但有outerScrollerView的时候无法滑动innerScrollerView也就无法触发下拉回到上面页面
delegate
the delegate is not self ,how could response the didSelectRow event?

健康里面的数据会变但朋友圈步数不会改变
真机调试
我为什么不能运行到真机上,缺少什么证书吗
弹窗的时候崩溃
- (UITableViewCell *)getSourceTableViewCell:(UIView *)view 这个方法当有弹窗的时候崩溃 -[UIAlertController superview]: unrecognized selector sent to instance 0x1070e9200