(第二次发写推文, 有点紧张><)
今天给大家推荐一款练打字的Mac应用. <下载链接在猫呆的尾巴>
My Blog
As time passes, things change everyday.
Lately, everything has been changing. Everyone is changing. My friends, they are changing. Some of them are planning for abroad study, which I think they’re lucky and yea they earn these opportunities. I hope they’ll learn much about the foreign culture, because it’s really awesome to some extent. However, the worst thing is, that I don’t know about myself truly.
You can put NSLog
in -viewDidLayoutSubviews
, and you’ll see that it works well in iOS 8
. However, when you test it in iOS 7
, you’ll find you can’t even scroll the TableView!!!
UIScrollView is often used by developers, so it’s good for us to know some tips about UIScrollView.
ViewController
, you should add this code below, because it can solve some weird problems.1 | self.automaticallyAdjustsScrollViewInsets = NO; |
As we know Xcode is the most important tool for iOS develops. It’s time for us to improve coding environment. However, if you use AppCode for development, it will be better, I think.
First, go to http://alcatraz.io/ or copy the following code to Terminal to install Alcatraz for a better plugin environment in Xcode.1
$ curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | s