Justin Makaila

Results 24 comments of Justin Makaila

Is this fixed/merged? I recently added localization to my project and everything broke. Not having this listed as a bug is a huge pain. I'm now going through my project...

I'm not sure if this helps, but you can drag and drop a `UITableViewCell` into your `nib`, and change it's class to a custom class that inherits from `UITableViewHeaderFooterView`. This...

Which version is the beta? I'm using CocoaPods.

@nicklockwood I set the version to `:head` and now my forms are showing up empty... LoginForm.h ``` #import #import #import "POnboardingCell.h" @interface PLoginForm : NSObject @property (strong, nonatomic) NSString *username;...

Do we have any updates on this, or if anyone's working on it? We're thinking about picking this up, interested in what people have tried or run into.

Is there any progress or updates here? Running into the same issue; wondering if it's as simple as just updating the typings/`Config` object?

@types/debug exists... we should be able to pull from that

@peiweichen These are not all of the files you'll need. It's just the data structures, and a bare bones RTMP implementation on iOS. I'd recommend taking a look at WebRTC...