Lomotif / swipe-navigation

Snapchat like 4-way swipe navigation in Swift for iOS
MIT License
43 stars 11 forks source link

Make top View above Left View #8

Open otymartin opened 7 years ago

otymartin commented 7 years ago

@tsukisa Currently, the top view is above the CenterView. However I'd like to implement a layout of 3 screens. Center, left and top where top is above Left view.

How can I do that?

tsukisa commented 7 years ago

@otymartin currently is not possible to add more than one view to one specific position, that's a good idea which can be considered for implementation.