Vicc ⚡️

Results 19 comments of Vicc ⚡️

@TomKnig @cytryn Hadn't actually given this a try until now, but it's a fairly simple solution. At first glance your gut may be telling you to simply set your `UIButton's...

@TomKnig No problem. Anything to help. Maybe you could add an example in the demo and / or description for others to easily come across. :sunglasses:

The layout does appear to be a bit jumpy when performing any transition that leads into an emoji-filled string, or vice versa. To give you a better idea of what...

How about something like: ``` objective-c - (UITextPosition *)closestPositionToPoint:(CGPoint)point{ if (!parkedTextAtEnd && text.length == 0) { UITextPosition *trueBeginning = self.beginningOfDocument; UITextPosition *betterBeginning = [self positionFromPosition:trueBeginning offset:parkedText.length]; return betterBeginning; } }...

@avyayv Are you sure you're not overriding the tint color somewhere else in your code?

Let me take a look, and I'll get back to you on this. Thanks for bringing it up!

Haven't had time to look at it, but will make it happen this weekend.

@oriyentel You can now use Chameleon in your app extensions. Check out the [**app-extension**](https://github.com/ViccAlexander/Chameleon/tree/app-extension) branch. @bre7 Feel free to look it over to make sure I didn't make any dangerous...

Hey @bre7 thanks for helping keep Chameleon moving forward. Been caught up on so many things, I haven't had the chance to help improve this. Can you shoot me an...