技术的乐趣在于分享,欢迎多多交流,多多沟通。
全部博文(877)
发布时间:2015-12-07 23:16:58
http://blog.csdn.net/zhangao0086/article/details/7165041在网上看到有人如此实现动态调整高度:点击。不至于为了获取高度创建一个不需要的cell。主要有两个地方需要调整高度,一个是自己创建的UILabel或其它子视图,另一个就是cell的高度。cell内部的view的frame通过重写cell的layoutSubviews方法就行了.........【阅读全文】
发布时间:2015-11-24 01:01:47
C++项目中的extern "C" {}http://www.cnblogs.com/skynet/archive/2010/07/10/1774964.html在用C++的项目源码中,经常会不可避免的会看到下面的代码:123456.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间:2016-03-07 15:10:25
http://www.cnblogs.com/lzlsky/p/4011826.html第六章:Specialized Layers 类别用途CAEmitterLayer用于实现基于Core Animation粒子发射系统。发射器层对象控制粒子的.........【阅读全文】