marmelroy / PeekPop

Peek and Pop with backwards-compatibility
MIT License
1.95k stars 123 forks source link

Use PeekPop in Objective C project with bridging header #26

Open imsrc21 opened 7 years ago

imsrc21 commented 7 years ago

@marmelroy How to use PeekPop swift file in Objective C project ?

I used swift library with bridging header in my objective c project but there seems to a problem with source view registration for 3D Touch.

When i converted this file i found this method under ForceTouchDelegate

Now i do not know how to use this method to register source view for 3D Touch.