猫呆 の 博客

My Blog


  • Home

  • Categories

  • Archives

  • About

  • Search

给你推荐一款Mac下的打字练习神器TypeFu

Posted on 2016-06-17 | In Anything |

(第二次发写推文, 有点紧张><)

今天给大家推荐一款练打字的Mac应用. <下载链接在猫呆的尾巴>

Read more »

《约翰·史密斯的告白》读书笔记

Posted on 2016-04-27 | In Reading Notes |

第一章

  • 唉,这些文学的绿头苍蝇!它们那么热爱腐肉,当一个伟大的头脑不够健康的时候,它们就会在上面聚集起来。如果一个人有五十项高尚的美德,即便只有一个小小的过失,而且出现在以普通读者看来完全不能代表作者风格的最不重要的作品作品中,也会让那些苍蝇一样的评论家顷刻发现,并像苍蝇一样在流血的伤口处产卵。

Read more »

My meditation of my future

Posted on 2016-03-20 | In Anything |

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.

Read more »

I found a bug when using both AutoLayout and UITableViewController in iOS 7

Posted on 2015-08-30 | In iOS |

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!!!

Read more »

When using UIScrollView you should notice these

Posted on 2015-08-28 | In iOS |

UIScrollView is often used by developers, so it’s good for us to know some tips about UIScrollView.

  1. In your ViewController, you should add this code below, because it can solve some weird problems.
    1
    self.automaticallyAdjustsScrollViewInsets = NO;
Read more »

Add some useful plugins to your Xcode

Posted on 2015-08-05 | In iOS |

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

Read more »
1…34
Junhao Wang

Junhao Wang

You know I'm crazy about cats.

51 posts
11 categories
101 tags
GitHub E-Mail Twitter 豆瓣 Douban
Links
  • alexfan.xyz | Alex Fan
© 2019 Junhao Wang
Powered by Hexo
0%