Genhain

Results 5 comments of Genhain

Out of the box it seems not, but you can add an extension so that it can. refer to #52. Although this suggests editing the library directly, i would advise...

@varun-naharia After some consideration of usage and syntax i came up with the following very simple extension for using localized in Objc. ``` extension NSString { @objc var localized: NSString...

I also encountered this issue, The context is if the user is about to switch views that if a certain timer that calls a function to hide certain messages has...

No problem, for most once they see this and fix it, it should be fine, but for me when Im transferring work sometimes i have to reinstall my pods, it...

#536 This guy opted to pass the returned object into the type constructor to finish the job, although he appears to using vanilla JS and is getting issues. i am...