Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
849 stars 134 forks source link

Fix for #186. Implemented custom responds to selector that works fine with x64 simulators on iOS 9 #194

Closed anton-matosov closed 4 years ago

anton-matosov commented 8 years ago

Fixes #186

Pitsko commented 8 years ago

Good fix, thank you

When it can be merged ?

Pitsko commented 8 years ago

Actually fix doesn't work. For example it is not possible to define keyboard type for inputs field also sometimes app crashes with error: *\ Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Class UIView doesn't fit for subclassing.'

anton-matosov commented 8 years ago

Is it not working with 64 bit simulator or any device?

Regarding assertion in UIView I am not quite sure if it is related to the fix in anyway.

anton-matosov commented 8 years ago

Is it not working with 64 bit simulator or any device?

Regarding assertion in UIView I am not quite sure if it is related to the fix in anyway.

anton-matosov commented 8 years ago

Is it not working with 64 bit simulator or any device?

Regarding assertion in UIView I am not quite sure if it is related to the fix in anyway.

anton-matosov commented 8 years ago

The project seems to be dead, so it might not be ever merged.

Pitsko commented 8 years ago

Yes, you are right. My issue was not related to this fix