All Projects → LiuPengKun1993 → Nnjanebookview

LiuPengKun1993 / Nnjanebookview

Licence: mit
仿简书个人主页多页面滑动视图。

Projects that are alternatives of or similar to Nnjanebookview

Mojilist
🛍 Create shopping lists with emojis!
Stars: ✭ 60 (-25%)
Mutual labels:  ios-app
Appmon
Documentation:
Stars: ✭ 1,157 (+1346.25%)
Mutual labels:  ios-app
My Ios
List of applications and tools that make my iOS experience even more amazing
Stars: ✭ 1,202 (+1402.5%)
Mutual labels:  ios-app
Stashline
A long term personal finance planning timeline app for IOS
Stars: ✭ 61 (-23.75%)
Mutual labels:  ios-app
Online food app
Visit our website for more Mobile and Web applications
Stars: ✭ 68 (-15%)
Mutual labels:  ios-app
Fridpa
An automated wrapper script for patching iOS applications (IPA files) and work on non-jailbroken device
Stars: ✭ 69 (-13.75%)
Mutual labels:  ios-app
Flutter gank
Flutter版 干货集中营
Stars: ✭ 60 (-25%)
Mutual labels:  ios-app
Phphub Ios
PHPHub for iOS is the universal iPhone and iPad application for PHPHub
Stars: ✭ 1,223 (+1428.75%)
Mutual labels:  ios-app
Booking Management Dashboard
flutter Booking Management Dashboard responsive (web,mobile,tablet)
Stars: ✭ 69 (-13.75%)
Mutual labels:  ios-app
Drawer Menu Swift
Drawer menu implementation in Swift 4
Stars: ✭ 74 (-7.5%)
Mutual labels:  ios-app
Flutter Tetris
a tetris game powered by flutter. 使用flutter开发俄罗斯方块。
Stars: ✭ 1,109 (+1286.25%)
Mutual labels:  ios-app
Shadowsocksfree
Try Yourself.
Stars: ✭ 65 (-18.75%)
Mutual labels:  ios-app
Augmentedsolarsystem
An Augmented reality experience to explore planets in our Solar System
Stars: ✭ 69 (-13.75%)
Mutual labels:  ios-app
Gas Oil Mixture Mobile
Mobile app for calculation of gasoline/oil ratio for 2 stroke engines built with React Native.
Stars: ✭ 61 (-23.75%)
Mutual labels:  ios-app
Ubersignature
Provides an iOS view controller allowing a user to draw their signature with their finger in a realistic style.
Stars: ✭ 1,213 (+1416.25%)
Mutual labels:  ios-app
Apple Automation
iOS/macOS 自动化,效率玩法探索。
Stars: ✭ 60 (-25%)
Mutual labels:  ios-app
Rust android ios
Android / iOS app with shared Rust logic
Stars: ✭ 69 (-13.75%)
Mutual labels:  ios-app
Chatter App
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
Stars: ✭ 80 (+0%)
Mutual labels:  ios-app
Phimpme Ios
Phimp.me - Photo Image Editor and Sharing App. Phimp.me is a Photo App for iOS that aims to replace proprietary photo applications. It offers features such as taking photos, adding filters, editing images and uploading them to social networks.
Stars: ✭ 79 (-1.25%)
Mutual labels:  ios-app
Ios Apps
Awesome iOS apps
Stars: ✭ 71 (-11.25%)
Mutual labels:  ios-app

NNJaneBookView

仿简书个人主页多页面滑动视图。

思路:
  • 导航栏上面的头像会随着视图的上下滑动而变大变小,这里注册了一个通知,用来监听视图的上下滑动,可以根据偏移量的值来改变头像的大小。
  • 此 UI 页面分为三部分,第一部分是信息展示,用来显示昵称签名等;第二部分是标签栏,即“动态”,“文章”,“更多”这三个标签;第三部分是主要显示内容;
  • 我这里用了这样的思路:页面底部是一个 UIScrollView; 接着 UIScrollView 上面 add 了三个 UITableView ;信息展示以及标签栏放在 UITableView 的 tableHeaderView 中;接着挨个实现其功能即可。
效果图

效果图

License

This repositorie is released under the under MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].