Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 427 Bytes

PeekAndPopSimulator

One step to test Peek and Pop at device below 6s/6sPlus and Xcode Simulator:

Xcode7 iOS9

#import "PeekAndPopSimulator.h"

override func viewDidLoad() {
    super.viewDidLoad()
    
    previewer = registerForPreviewingWithDelegate(self, sourceView: view)
    
}

Than,long press ...

image