M"e

Results 8 comments of M"e

Do you want to use the TabPageViewController to the RootViewController?

sorry to bug. I fix bugs, but it takes time because I do not know the cause.

Thanks for opening the issue! I'm still thinking of a solution. The Problem is the NavigationBar's 1 px line stands out, so I am not sure how to deal with...

You can use `displayControllerWithIndex`.

Fixed version(0.2.0) has just released. Please use the latest one. For example ``` let tc = TabPageViewController.create() let vc1 = UIViewController() let vc2 = UIViewController() tc.tabItems = [(vc1, "First"), (vc2,...

sorry to bug. I fix bugs, but it takes time because I do not know the cause.

どういったときに必要になるのでしょうか? ユースケースが思いつかず、ライブラリに組み込むか悩んでいます。

使用例を理解しました。 ありがとうございます! とてもいい提案だと思います。 使う人によってはまた別なカスタマイズがしたいとおもうので 今頂いているPRを取り込むのではなく UITableViewDataSource,Delegateなどのような形で提供できれば良いのかなとおもいました。 実装に時間がかかると思うのですぐに対応するのはむずかしいのですが、 いかがでしょうか?