AutoLayout的一些使用心得

2015-06-17
阅读 2 分钟
4.3k
上周终于把前段的密集课程及考试什么的完成了,有时间来review下YoNote里的代码。虽说代码好像写了不少,但能说的好像不太多==这篇准备说下使用AutoLayout的一些感受。

利用Sketch画iOS7的毛玻璃效果

2015-03-05
阅读 1 分钟
16.8k
这两天又在用Sketch画UI,学会了一个很实用的画法,另外用了Content Generator这个插件后整个人都舒爽了,记在这里备忘和分享。:)

基于iOS的简单计算器(二)

2015-01-05
阅读 5 分钟
6.5k
接上一篇基于iOS的简单计算器(一)皆为po主iOS课程的实验内容。 新增界面 高级计算器:能够进行一些高级的运算比如三角函数、阶乘、对数等。 体质计算器:获取用户的身高体重后,反馈用户的体质指数。 需要完成的功能 多场景切换 高级计算器 体质计算器 设备锁屏 画图:在体质计算器中的输出结果上添加矩形边框 控制屏幕...

基于iOS的简单计算器(一)

2014-12-14
阅读 2 分钟
15.4k
基础的教程里并没有介绍这个,网上有关的中文介绍也比较少,有一篇NSHipster的文章,不过看完还是不怎么了解NSExpression,所以这块等稍后研究下官方文档后再补充。

表达式求值:Objective-C实现

2014-12-14
阅读 5 分钟
7.9k
iOS课程的作业,按老师的说法,“为了更好地理解Foundation”,所以没有用NSExpression,而是自己实现一个栈来完成表达式求值。

斯坦福iOS 7公开课-Assignment 2

2014-11-20
阅读 9 分钟
3.9k
Follow the detailed instructions in the lecture slides (separate document) to reproduce the latest version of Matchismo we built in lecture (i.e. the one with multiple cards) and run it in the iPhone Simulator. Do not proceed to the next steps unless your card matching game functions as expected ...

斯坦福iOS 7公开课-Assignment 1

2014-11-17
阅读 5 分钟
3.2k
Follow the detailed instructions in the lecture slides (separate document) to build and run Matchismo in the iPhone Simulator in Xcode 5. Do not proceed to the next steps unless your card flips back and forth as expected and builds without warnings or errors.