Nobodyknows+ 2.0

iOS、Go


  • Home

  • Archives

  • Tags

  • Categories

  • About

Key-Value Coding Programming Guide - Key-Value Coding Accessor Methods

Posted on 2016-01-10   |   In 编程指南   |  
官方文档
Read more »

Key-Value Coding Programming Guide - Key-Value Coding Fundamentals

Posted on 2016-01-10   |   In 编程指南   |  
官方文档
Read more »

Key-Value Coding Programming Guide - Terminology

Posted on 2016-01-10   |   In 编程指南   |  
官方文档
Read more »

Key-Value Coding Programming Guide - What Is Key-Value Coding?

Posted on 2016-01-10   |   In 编程指南   |  
官方文档
Read more »

Key-Value Coding Programming Guide - Introduction

Posted on 2016-01-10   |   In 编程指南   |  
官方文档
Read more »

IWILLTools

Posted on 2016-01-10   |   In iOS   |  
上篇博文也说了最近在构建一个自己的代码库,主要就是一些iOS开发中会经常用到的一些代码。使用Swift构建,基于iOS8.0,相信很多代码在iOS7上也是可以正常工作的。这部分代码并不适合当作第三方库添加到项目中,最好作为参考使用,所以我也就没添加Carthage和CocoaPods的支持。 IW ...
Read more »

小结

Posted on 2016-01-10   |   In 记录   |  
最近比较忙,很少贴新的文章出来,之前的有些文章也是怎么简单怎么来。 这段时间虽说没有新的文章,但是回头整理了下之前的博文。主要就是把Swift相关的都整理了下,Swift也是升级到了2.x的版本,所以相当于是勘误了。我自己也相当于是从头到尾的又看了一遍Swift,我也不知道是看的第几遍了。算算大概看 ...
Read more »

UITabBarController和UINavigationController混用的一个BUG

Posted on 2015-12-08   |   In iOS   |  
上篇博文讲了 自定义UITabBar ,在项目上用着挺好的,没出现什么问题,直到…… 我们先来描述一下这个BUG: 导致BUG的原因:首先我们使用自定义的UITabBarController作为整个App的rootViewController;然后每个Tab对应的都是一个UINavigationCo ...
Read more »

自定义UITabBar

Posted on 2015-11-09   |   In iOS   |  
先给出两个参考资料: iOS 自定义TabBarController 学习笔记:UITabBarController使用详解 先说说思路,和第一个参考资料的思路基本类似。我们自己做一个类似UITabBar的视图,然后我们新建一个继承自UITabBarController的控制器,然后将我们自己 ...
Read more »

ReactiveCocoa

Posted on 2015-10-29   |   In iOS   |  
原文地址: ReactiveCocoa 说明:现在RAC的版本已经是4.0了,使用Swift2.0开发的。从3.0开始就已经全面转向Swift,并且跟之前OC版本的相比已经有很大不同了。2.5及以前的OC版本能找到很多的学习资料,包括国内以及国外的,就不多说了。我们这里主要面向4.0的版本,以及S ...
Read more »
1…678…15
Lynch Wong

Lynch Wong

I WILL.

149 posts
8 categories
55 tags
GitHub
© 2014 - 2016 Lynch Wong
Powered by Hexo
Theme - NexT.Mist