自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Arduino,Raspberry李月喜

专注Arduino,Raspberry Pi领域李月喜

  • 博客(11)
  • 收藏
  • 关注

原创 xcode插件目录

插件在的顶层目录 library默认是隐藏的 大家每次用finder直接跳转 要问是复制  1 显示隐藏文件 终端命令操作:​ 显示:defaults write com.apple.finder AppleShowAllFiles -bool true 隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false 

2015-08-05 18:36:39 413

转载 ios 修改工程名称,程序名称(xcode6.3)

http://www.2cto.com/kf/201505/401645.html

2015-08-05 14:09:55 367

转载 tabBar中tabBarItem选中颜色自定义设置

http://www.csdn123.com/html/topnews201408/96/5996.htm

2015-07-01 19:15:39 520

原创 在storyboard里设置VC的 tab bar item 的 selected image 运行tabbar不显示

在storyboard里设置VC的 tab bar item 的 selected image 运行tabbar不显示   Invalid asset name supplied: (null) 说明没有图片名字 CUICatalog: Invalid asset name supplied: (null) 解决办法看下面csdn链接 http://blog.csdn.net/sx

2015-07-01 18:58:32 637

原创 storyboardds 中的视图控制器的 exit (storyboards中的unwind)使用

从iOS6 开始storyboardss中出现了一个 exit 这个有什么用 估计不少人不知道 storyboard中segue大家应该知道 就是连接两个视图控制器跳转的哪个连线 unwind segue可以理解成反向的segue 在返回时 如果是导航的一般系统有 如果是模态的返回 系统也有  但是如果我们要是编辑了一些东西再返回 或者是需要传值回去上一个视图控制器 这个时

2015-06-23 12:13:01 1153

原创 Storyboards教程 整理Storyboards Tutorial

本文章除介绍后图片 其它的纯手写 如转载文章 请注明出处 李月喜 编辑 2015年6月23日  推荐 (raywenderlich书友会 群名:raywenderlich 群号:426981364)  raywenderlich吧   (百度贴吧) iOS StoryBoards起于iOS5 系统升级进入过一定的优化 //1 以下是raywe

2015-06-23 10:55:00 506

原创 iOS打开复制文字,链接,图片到粘贴板

UIPasteboard 类 The UIPasteboard class enables an app to share data within the app and with another app. To share data with any other app, you can use system-wide pasteboards; to share

2015-06-04 17:57:22 1935

转载 iPhone分辨率

iPhone分辨率全

2015-06-04 10:09:43 349

转载 iOS中的round/ceil/floorf函数略解

iOS中的round/ceil/floorf函数略解 extern float ceilf(float); extern double ceil(double); extern long double ceill(long double); extern float floorf(float); extern double floor(

2015-05-18 17:07:35 359

原创 lock file,锁定文件

Unlocking a File Unlock a file to edit its contents. In the project navigator, select the file. Choose File > Unlock. Click the Unlock button. Files in your project may be locked (not

2015-05-15 10:55:13 1744

原创 重现安装程序弹出注册通知的alert框

在测试应用程序远程通知的时候 只有第一次安装程序再会弹出注册通知的alert框 要想再次弹出只有卸载程序 再等至少一天   Once the user has responded to this alert it is not presented again unless the device is restored or the app has been uninstalled for at

2015-02-27 18:39:04 472

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除