会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
牵着蜗牛走的我
博客园
首页
新随笔
联系
订阅
管理
[置顶]
空闲时间写了个小程序 测试直男的 简单分享一下
摘要:
阅读全文
posted @ 2022-04-20 14:08 牵着蜗牛走的我
阅读(33)
评论(0)
推荐(0)
2022年3月31日
Jest
摘要:
阅读全文
posted @ 2022-03-31 10:45 牵着蜗牛走的我
阅读(22)
评论(0)
推荐(0)
2017年7月20日
移除tabBar 重影
摘要: -(void)viewWillLayoutSubviews{ [super viewWillLayoutSubviews]; for (UIView *child in self.tabBar.subviews) { if ([child isKindOfClass:NSClassFromStrin
阅读全文
posted @ 2017-07-20 16:21 牵着蜗牛走的我
阅读(273)
评论(0)
推荐(0)
2016年12月28日
谓词 查找不同的元素
摘要: NSMutableArray *onArray = [NSMutableArray arrayWithCapacity:0]; for (THJionAndSitDownModle *mTHJionAndSitDownModle in joindata) { NSPredicate * filterPr...
阅读全文
posted @ 2016-12-28 18:01 牵着蜗牛走的我
阅读(151)
评论(0)
推荐(0)
2016年12月26日
ios 数据库存储json数据
摘要: NSData *data = [NSJSONSerialization dataWithJSONObject:info.bdata options:NSJSONWritingPrettyPrinted error:nil]; NSString *jsonStr = [[NSString alloc] initWithData:data encoding:NSUTF8St...
阅读全文
posted @ 2016-12-26 16:29 牵着蜗牛走的我
阅读(891)
评论(0)
推荐(0)
2016年12月9日
表格默认选择某行
摘要: -(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ ProductTypeCell *mProductTypeCell = [tableView dequeueReusableCellWithIdentifier:productType...
阅读全文
posted @ 2016-12-09 10:55 牵着蜗牛走的我
阅读(387)
评论(0)
推荐(0)
2016年11月22日
mas_makeConstraints && mas_remakeConstraints && mas_updateConstraints 用法与注意事项
摘要: mas_makeConstraints && mas_remakeConstraints && mas_updateConstraints 用法与注意事项 字数400 阅读117 评论0 喜欢2 1 mas_makeConstraints 只负责新增约束,Autolayout 不能同时存在两条针对于同一对象约束 否则会报错 注意:在添加约束之前一定要添加到view( [testView ad...
阅读全文
posted @ 2016-11-22 15:03 牵着蜗牛走的我
阅读(2371)
评论(0)
推荐(0)
2016年10月8日
iOS特性一 关闭系统日志打印
摘要: 解决办法 (1)Product -->Scheme -->Edit Scheme -->Run -->Arguments (2)添加一个属性值OS_ACTIVITY_MODE:disable clean run
阅读全文
posted @ 2016-10-08 22:42 牵着蜗牛走的我
阅读(583)
评论(0)
推荐(0)
2016年9月2日
React-Native -课后练习
摘要: React-Native -课后练习 效果图 仔细不要急 一步一步来
阅读全文
posted @ 2016-09-02 22:18 牵着蜗牛走的我
阅读(319)
评论(0)
推荐(0)
RN 项目导入WebStorm 组件没有依赖
摘要: 你需要在项目根目录 $ npm instal 恭喜你完成 但是依然报错 npm config set registry="registry.npmjs.org" 重新配置了一下注册文件 Once again 但是 还是不行原因可能 被墙了修改 终端 $ npm config set registry
阅读全文
posted @ 2016-09-02 17:06 牵着蜗牛走的我
阅读(1194)
评论(0)
推荐(0)
下一页
公告