Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2600687
  • 博文数量: 877
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 5920
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-05 12:25
个人简介

技术的乐趣在于分享,欢迎多多交流,多多沟通。

文章分类

全部博文(877)

文章存档

2021年(2)

2016年(20)

2015年(471)

2014年(358)

2013年(26)

发布时间:2015-12-07 23:16:58

http://blog.csdn.net/zhangao0086/article/details/7165041在网上看到有人如此实现动态调整高度:点击。不至于为了获取高度创建一个不需要的cell。主要有两个地方需要调整高度,一个是自己创建的UILabel或其它子视图,另一个就是cell的高度。cell内部的view的frame通过重写cell的layoutSubviews方法就行了.........【阅读全文】

阅读(1415) | 评论(0) | 转发(0)

发布时间:2015-11-24 01:01:47

C++项目中的extern "C" {}http://www.cnblogs.com/skynet/archive/2010/07/10/1774964.html在用C++的项目源码中,经常会不可避免的会看到下面的代码:123456.........【阅读全文】

阅读(1685) | 评论(0) | 转发(0)

发布时间:2016-04-07 18:26:30

https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/URLLoadingSystem/URLLoadingSystem.htmlThis guide describes the Foundation framework classes available for interacting with URLs and communicating with servers using standard Internet protocols. Together these classes.........【阅读全文】

阅读(1233) | 评论(0) | 转发(0)

发布时间:2016-04-07 18:25:42

https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/WorkingWithHTTPAndHTTPSRequests/WorkingWithHTTPAndHTTPSRequests.htmlOS X and iOS provide a number of general-purpose APIs for making HTTP and HTTPS requests. With these APIs, you can download.........【阅读全文】

阅读(987) | 评论(0) | 转发(0)

发布时间:2016-03-07 15:10:25

http://www.cnblogs.com/lzlsky/p/4011826.html第六章:Specialized Layers 类别用途CAEmitterLayer用于实现基于Core Animation粒子发射系统。发射器层对象控制粒子的.........【阅读全文】

阅读(4168) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册