自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (7)
  • 收藏
  • 关注

转载 AutoLayout与Size Class相关

关于Size Class相关的文章:初探 iOS8 中的 Size ClassiOS8 AutoLayout与Size Class 自悟Size Classes Design HelpWhat’s New in iOSSize Classes with Xcode 6Size Classes with Xcode 6:为所有的尺寸准备一个StoryboardXcode6中自动布局aut

2015-05-28 16:45:39 969

原创 Auto Layout Guide摘要

Auto Layout Guide基本概念Constraints can have other properties set:Constant value. The physical size or offset, in points, of the constraint.Relation. Auto Layout supports more than just constant values

2015-05-28 15:35:42 451

原创 iOS应用中如何保存用户名和密码?

参考自:iOS: How to store username/password within an app?

2015-05-25 20:57:47 2250

原创 Xcode6为iPhone、iPad创建不同的storyboard

参考自:Different storyboards for different devices in Xcode 6在项目设置中选择“info”,在“Custom iOS Target Properties”中添加一行,key值为“Main storyboard file base name (iPad)”或者为“Main storyboard file base name (iPhone)” 如

2015-05-22 12:10:54 1918

转载 http与https的区别

在URL前加https://前缀表明是用SSL加密的。你的电脑与服务器之间收发的信息传输将更加安全。 Web服务器启用SSL需要获得一个服务器证书并将该证书与要使用SSL的服务器绑定。 http和https使用的是完全不同的连接方式,用的端口也不一样,前者是80,后者是443。HTTPS协议是由SSL+HTTP协议构建的可进行加密传输、身份认证的网络协议要比http协议安全HTTPS(Secure

2015-05-06 23:05:56 408

转载 HTTP和Socket

转载自:HTTP和Socket 相信不少初学手机联网开发的朋友都想知道Http与Socket连接究竟有什么区别,希望通过自己的浅显理解能对初学者有所帮助。 1、TCP连接 要想明白Socket连接,先要明白TCP连接。手机能够使用联网功能是因为手机底层实现了TCP/IP协议,可以使手机终端通过无线网络建立TCP连接。TCP协议可以对上层网络提供接口,使上层网络数据的传输建立在“无差别”的网络之上。

2015-05-06 22:56:30 446

iOS Drawing Practical UIKit Solutions

Apple lavished iOS with a rich and evolving library of resolution-independent 2D drawing utilities. Its APIs include powerful features such as transparency, path-based drawing, anti-aliasing, and more. Harness these low-level, lightweight drawing routines in your apps to build images, to create PDFs, to display views, and to print.

2016-03-06

iOS Programming- The Big Nerd Ranch Guide 第4版

iOS Programming- The Big Nerd Ranch Guide 4ed,iOS开发教程,第4版

2015-06-01

NSOperation例子

一个NSOpration的例子,转载自raywenderlich

2015-04-01

AVCaptureSession

AVCaptureSession可以用来自定义照相机,这两个demo,也是在网上找的,可以作为参考

2014-10-11

iOS模糊效果Demo

ios 中 实现模糊效果,主要是扩展了image,有两个例子,可以参考

2014-07-02

SDWebImage

SDWebImage 第三方库,很好用的图片缓存与下载

2014-06-26

TKAlertCenter

效果很不错,由小到大显示,一两秒钟后由大到小消失

2014-06-20

空空如也

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

TA关注的人

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