- Get and Start Kong and Co
 
git clone git@github.com:Mashape/docker-kong.git
cd docker-kong/compose
docker-compose up
- Create Kong API Route
 
Reference:
sudo fdisk -l
| extension UIViewController { | |
| func rz_smoothlyDeselectRows(tableView tableView: UITableView?) { | |
| let selectedIndexPaths = tableView?.indexPathsForSelectedRows ?? [] | |
| if let coordinator = transitionCoordinator() { | |
| coordinator.animateAlongsideTransitionInView(parentViewController?.view, animation: { context in | |
| selectedIndexPaths.forEach { | |
| tableView?.deselectRowAtIndexPath($0, animated: context.isAnimated()) | |
| } |