Skip to content

Commit ba36c06

Browse files
committed
Merge commit '409f526cf64aa02d90b8efc8d2b0325d4def49bf' into ui_examples
2 parents 41cc7c7 + 409f526 commit ba36c06

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,62 @@
1111

1212
UI Component. This is a copy swipe-panel from app: https://www.apple.com/ios/maps/
1313

14+
It can:
15+
- Animately move top / middle / bottom
16+
- Add multiple ContainerControlleron top of each other in self.view
17+
- Add any type of ScrollView: Table / Collection / Text
18+
- Control Gesture or Scroll
19+
- Pin HeaderView to top / pin FooterView to bottom,
20+
- Add Background Color / background blur transparency
21+
- Adjust cornerRadius edges
22+
- Adjust container shadow
23+
- When raised to top = Add background shadow -
24+
- Has the ability to adjust Left / Right margins
25+
- And adjust Left / Right margins for landscape state.
26+
27+
1428
## Preview
1529
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/maps.gif)
1630
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/examples.gif)
1731
![image(Landscape)](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/mapsLandscape.gif)
1832

33+
34+
### Designs are borrowed from Dribbble
35+
36+
Examples of use (ui swipe component ContainerController) in popular design applications.
37+
38+
It is used in different categories apps:
39+
- Maps / Menu / Player Music / Market / Sports News / Taxi / Finance Banks Stock / Wallets / Analytics / Notes
40+
- Alerts / Popups / Notifications
41+
42+
Gif previews:
43+
44+
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/screen_play_music_mini_2.gif)
45+
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/screen_wallets_mini_2.gif)
46+
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/screen_sport_mini_2.gif)
47+
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/screen_buy_stock_mini_2.gif)
48+
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/screen_crypto_mini_2.gif)
49+
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/screen_taxi_mini_2.gif)
50+
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/screen_map_parking_mini_2.gif)
51+
![image](https://github.com/mrustaa/gif_presentation/blob/master/ContainerControllerSwift/screen_custom_card_mini_2.gif)
52+
53+
Author Urls:
54+
55+
- [Play Music](https://dribbble.com/shots/15381326-Move-Multipurpose-HTML-Template-I), [Sallets](https://dribbble.com/shots/18054638-Sowallet-Mobile-Appp), [Crypto](https://dribbble.com/shots/24353177-Crypto-Loan-Mobile-App), [Buy Stock](https://dribbble.com/shots/14364583-Online-Banking-Mobile-App), [Sport](https://dribbble.com/shots/15544535-Sneakers-Shopping-App), [Taxi](https://dribbble.com/shots/23691282-Taxi-Booking-App-Design), [Map Parking](https://dribbble.com/shots/15034854-AirGarage-Mobile-App-Redesign), [Custom Card](https://dribbble.com/shots/20629590-Business-Card-Mobile-IOS-App), [Apple.Maps App](https://apps.apple.com/us/app/apple-maps/id915056765)
56+
57+
58+
## About the project
59+
60+
Examples of use (ui swipe component ContainerController) in popular design applications.
61+
62+
It is used in different categories apps:
63+
- Maps / Menu / Player Music / Market / Sports News / Taxi / Finance Banks Stock / Wallets / Analytics / Notes
64+
- Alerts / Popups / Notifications
65+
66+
67+
68+
## Features
69+
1970
<!-- TOC -->
2071

2172
- [Requirements](#requirements)

0 commit comments

Comments
 (0)