GitHawkApp / ContextMenu

An iOS context menu UI inspired by Things 3.
http://githawk.com/
MIT License
982 stars 51 forks source link

Decrease minimum iOS version #46

Closed av0c0der closed 5 years ago

av0c0der commented 5 years ago

Create ContextMenuHapticFeedbackStyle enumeration to mirror iOS UIImpactFeedbackGenerator.FeedbackStyle

No changes required if shorthand calls (.light, .medium, .hard) were used. Example project compiles without any change.

Minimum iOS version was first decreased here #35 and then it was set back to iOS 10 here #37

av0c0der commented 5 years ago

@rnystrom I have changed the example project a little, specified iOS version, installed newest version of the Pod and unset Signing identity. Do you think it makes sense to push these updates?

rnystrom commented 5 years ago

Ya that’s fine

Sent with GitHawk