自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

iOSBin的博客

iOS 开发

  • 博客(9)
  • 资源 (3)
  • 收藏
  • 关注

原创 tableView plain 去除头视图悬停效果

-(void)scrollViewDidScroll:(UIScrollView *)scrollView{       if(scrollView ==self.tableView) {        CGFloat sectionHeaderHeight =50;        if (scrollView.contentOffset.y==0) {

2016-07-01 14:24:34 3587

原创 This application is modifying the autolayout engine from a background thread, which can lead to engi

JS交互相关self.title = [webView stringByEvaluatingJavaScriptFromString:@"document.title"];BUG:  情景This application is modifying the autolayout engine from a background thread, which can

2016-06-23 18:00:04 370

原创 tableview 跳转指定行

tableview 定位到指定行        NSIndexPath *idxPath = [NSIndexPath indexPathForRow:0 inSection:0];//定位到第0行        [self.table scrollToRowAtIndexPath:idxPath   atScrollPosition:UITableViewScrollPositi

2016-06-23 17:59:04 1043

原创 separatorInset 设置

是IOS7后新增separatorInset属性,实现separator 占满设备宽,只需设置      cell.separatorInset = UIEdgeInsetsZero;

2016-06-23 17:56:25 309

原创 Mac OS 、Xcode、iOS版本更新时间

版本历史:Mac OS X v10.0Cheetah 10.0.0 4K78 2001年3月24日10.0.1 4L13 2001年4月14日10.0.2 4P12 2001年5月1日10.0.3 4P13 2001年5月9日10.0.4 4Q12 2001年6月21日Mac OS X v10.1Puma 10.1.0 5G64 2001年9月25日10.1

2015-12-15 21:06:40 913

转载 #import与@class的区别

#import与@class的区别

2015-11-19 12:06:30 241

转载 SOCKET

Socket

2015-11-16 20:42:45 229

转载 TCP/IP

TCP/IP要想理解socket首先得熟悉一下TCP/IP协议族, TCP/IP(Transmission Control Protocol/Internet Protocol)即传输控制协议/网间协议,定义了主机如何连入因特网及数据如何再它们之间传输的标准,从字面意思来看TCP/IP是TCP和IP协议的合称,但实际上TCP/IP协议是指因特网整个TCP/IP协议族。不同于ISO模

2015-11-16 20:40:06 214

原创 c liuchengkongzhi

1.分别使用whiledo while for 求 1 + 。。。 + 100的和。[循环]第一种:for循环#import int main(int argc,const char * argv[]){    @autoreleasepool {           int i=1;           int sum=0;

2015-08-29 11:08:32 318

iOS DeviceSupport 13.1 (17A5821e).zip

iOS真机调试开发包,解压到下面的路径 /Applications(应用程序)/Xcode-beta(右键显示包内容)/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

2019-09-12

iOS数据请求封装

自定义封装了 HTTPRequest_block方法,使用时只需调用block 方法即可

2015-11-16

iOS 生命周期

本文详细的讲述了iOS 的生命周期,以及出发的方法

2015-11-16

空空如也

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

TA关注的人

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