Compare commits
7 Commits
ui_examples
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| f044cef62c | |||
| 15376fdf98 | |||
| 55f4bf8ae3 | |||
| 769058a952 | |||
| a5404f12a4 | |||
| cac1ea555f | |||
| f856082f63 |
@@ -30,31 +30,7 @@ It can:
|
||||

|
||||

|
||||
|
||||
|
||||
### Designs are borrowed from Dribbble
|
||||
|
||||
Examples of use (ui swipe component ContainerController) in popular design applications.
|
||||
|
||||
It is used in different categories apps:
|
||||
- Maps / Menu / Player Music / Market / Sports News / Taxi / Finance Banks Stock / Wallets / Analytics / Notes
|
||||
- Alerts / Popups / Notifications
|
||||
|
||||
Gif previews:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Author Urls:
|
||||
|
||||
- [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)
|
||||
|
||||
|
||||
|
||||
## About the project
|
||||
|
||||
Examples of use (ui swipe component ContainerController) in popular design applications.
|
||||
@@ -69,10 +45,12 @@ It is used in different categories apps:
|
||||
|
||||
<!-- TOC -->
|
||||
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Installation](#installation)
|
||||
- [CocoaPods](#cocoapods)
|
||||
- [Swift Package Manager with Xcode 11](#swift-package-manager-with-xcode-11)
|
||||
- [Design examples](#design-examples)
|
||||
- [Getting Started](#getting-started)
|
||||
- [Action](#action)
|
||||
- [Move position with an animation](#move-position-with-an-animation)
|
||||
@@ -109,7 +87,7 @@ It is used in different categories apps:
|
||||
|
||||
## Installation
|
||||
|
||||
### CocoaPods
|
||||
### [CocoaPods](https://cocoapods.org)
|
||||
|
||||
ContainerControllerSwift is available through [CocoaPods](https://cocoapods.org). To install
|
||||
it, simply add the following line to your Podfile:
|
||||
@@ -117,10 +95,50 @@ it, simply add the following line to your Podfile:
|
||||
```ruby
|
||||
pod 'ContainerControllerSwift'
|
||||
```
|
||||
### Swift Package Manager with Xcode 11
|
||||
|
||||
### [Swift Package Manager with Xcode 11](https://swift.org/package-manager/)
|
||||
|
||||
```ruby
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/mrustaa/ContainerController.git")
|
||||
]
|
||||
```
|
||||
|
||||
Follow [this doc](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app).
|
||||
|
||||
|
||||
## Design examples
|
||||
### Designs are borrowed from [Dribbble](https://dribbble.com)
|
||||
|
||||
To get the design, you need to add a branch
|
||||
[ui_examples](https://github.com/mrustaa/ContainerController/tree/ui_examples)
|
||||
|
||||
```swift
|
||||
git clone https://github.com/mrustaa/ContainerController.git
|
||||
cd ContainerController/
|
||||
git checkout ui_examples
|
||||
```
|
||||
|
||||
URLs Author:
|
||||
|
||||
- [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)
|
||||
|
||||
GIF Previews:
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
```swift
|
||||
|
||||
Reference in New Issue
Block a user