HistoryView
enables to manage and transition preView.
iOS: 8.0
cocoapods: 0.36.0
HistoryView is available through CocoaPods. To install it, simply add the following line to your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
pod "HistoryView"
To run the example project, clone the repo, and run pod install
from the Example directory first.
Introduction HistoryView to your project is very simple as below:
import UIKit
import HistoryView
class ViewController: HistoryViewController {
...
popFootprintsView() // Call list of preView
...
}
Sidebox is owned and maintained by RECRUIT LIFESTYLE CO., LTD.
Sidebox was originally created by Takeshi Ihara.
Copyright 2015 RECRUIT LIFESTYLE CO., LTD.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.