KO
|
EN
gitlite — search
Search
#python
#javascript
#api
#nodejs
#java
#android
#ios
#database
#mongodb
#typescript
#vue2
#react
HXPageViewController
★ 21
Open GitHub ↗
管理子控制器生命周期的PageViewController
Download README (.md)
Explore Similar Repositories
EVTopTabBar
:
A custom PageViewController for iOS with the tab bar control at the top
TWPageViewController
:
一个支持懒加载的PageViewController,用于替换iOS系统的UIPageViewController。可以用来实现类似腾讯新闻、今日头条的效果。
Stories
:
It is similar like Instagram Stories, to show video or photo directly of the users account. This is the Objective C implementation of https://github.com/antonyraphel/ARStories
QHPageViewController
:
更简单的PageViewController,解决UIPageViewController各种崩溃问题。
RRCustomPageController
:
Custom PageViewController for iOS
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
HXPageViewController
?
Download (.md)
# HXPageViewController 管理子控制器生命周期的PageViewController  ## 导入 ``` pod 'HXPageViewController' ``` ## 简单介绍 - 子控制器生命周期轻松管理 - 两个子控制器切换平滑,中间隔再多也不怕 - 傻瓜式使用 具体的用法请下载 Demo 查看。