Milton Moura

Results 18 comments of Milton Moura

I've updated v0.1.3 with an enumerated options for disabling animations. I'll consider supporting the attributedText property, which seems interesting.

I have tested this pod with Xcode 6.1.1, iOS 8 and AutoLayout and I am getting no issues. Can you provide an example?

For a quick fix, try changing the following code in MMPopLabel.m, line 204: `CGPoint center = view.center; if ([[view superview] superview] != self.window) { center = [self.window convertPoint:view.center fromView:view]; }...

sorry, need _yet_ another approval - the previous released updated the neoboard package version...

@weeman1337 sorry, I need yet another approval, the previous release updated the neoboard react-sdk package dependency...

> Some test for layout calculation would be nice, otherwise good I didn't invest time in tests on this PR because there are barely any useful tests in the import...

> Since the Raise-Hands feature would benefit a lot from being moderated we could start this journey first with a Reactions feature (👍️, 👏, 🤣, ❤️, ...). And here we...

@amshakal Great to hear your feedback. For the time being, my focus will be on the technical implementation of the feature and not worry much about the final UI/UX polish,...

So I'm drafting an implementation using annotations and reactions (Option 2) and was wondering if the reaction should be to the `m.room.member` event or to the `m.call.member` event. Having it...