Alexander Meiler
Alexander Meiler
I'm also experiencing this error.
Something seems to be broken at Google's site. https://issuetracker.google.com/issues/222530459
As I wrote, this seems to be an issue at Googe's site. There's nothing the package maintainer can do about it.
Any news on this?
I'd love to have this merged. It's working perfectly
> Hi @rootd - thanks for the PR! This fixed an issue we are seeing too! > > @akshathjain any chance you could review it and merge and release if...
I use this code to simply close the fold before orientation changes. I know this is suboptimal, however it works. - (void)willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration { [self.paperFoldView setPaperFoldState:PaperFoldStateDefault animated:NO; }
Thanks for closing this issue :D
Hello Venkat, this control was originally developed to work with twitter clients. Thus, this is an expected behavior. I'm sorry if this control won't give you the desired features, maybe...
Hello, yes you are right, AMAttributedHighlightLabel currently doesn't work with RIght-To-Left languages. However I never dealt with RTL before. Maybe it'd be enought to inverse the whole algorithm. However I...