You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. So, I'm pretty new to iOS development and I'm actually using RubyMotion. I really like this implementation of "pull to refresh" and I'd like to use it in my RubyMotion project via cocoapods (and motion-cocoapods). However, the .bridgesupport file is missing the UIScrollView extensions. I know that this is probably an issue with gen_bridge_metadata, but I thought I'd see if you are familiar with MacRuby/RubyMotion and what it does to get Obj-C projects working.
Hi. So, I'm pretty new to iOS development and I'm actually using RubyMotion. I really like this implementation of "pull to refresh" and I'd like to use it in my RubyMotion project via cocoapods (and motion-cocoapods). However, the
.bridgesupport
file is missing the UIScrollView extensions. I know that this is probably an issue withgen_bridge_metadata
, but I thought I'd see if you are familiar with MacRuby/RubyMotion and what it does to get Obj-C projects working.Here's the file:
Any assistance would be much appreciated.
The text was updated successfully, but these errors were encountered: