5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PageMenuを改造してYahooアプリのようなUIを作ってみた

Last updated at Posted at 2015-10-22

iPhone版のYahooアプリに興味があったので、PageMenuを改造してUIを試しに作ってみました。

改造ポイントは以下です。

  • UIScrollViewをネストさせています。
  • contentとなるUITableViewのオフセットを監視しています。

注意事項は以下です。

  • Object-C版のみ
  • Autolayoutは後回しにしています。
  • rotationの処理は自分には不要だったので削除しています。

こちらからどうぞ
https://github.com/kikuchi-digiban/PageMenu

Simulator Screen Shot 2015.10.22 15.09.31.png

Simulator Screen Shot 2015.10.22 15.09.44.png

Simulator Screen Shot 2015.10.22 15.10.36.png

Simulator Screen Shot 2015.10.22 15.09.51.png

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?