摘要: 在delegate中修改 //修改整体的navigationBar的背景颜色 [[UINavigationBar appearance] setBarTintColor:[UIColor colorWithRed:46/255.0 green:186/255.0 blue:157/255... 阅读全文
posted @ 2014-12-15 16:51 红薯大哥 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 一、启动时隐藏状态栏1、在info.plist里面Statusbarisinitiallyhidden设置为YES2、在appDelagate里面设置[application setStatusBarHidden:NO withAnimation:UIStatusBarAnimationFade];... 阅读全文
posted @ 2014-12-15 16:43 红薯大哥 阅读(186) 评论(0) 推荐(1) 编辑
摘要: //一、数组版本int stringLength(char arr[]){ int i =0; while(arr[i]) i++; return i;}char *stringCopy(char arr1[],char arr2[]){ int i = 0; wh... 阅读全文
posted @ 2014-11-03 16:43 红薯大哥 阅读(844) 评论(0) 推荐(0) 编辑