Aryan Ghassemi

Results 17 issues of Aryan Ghassemi

FXForm has been in my project and been working great, recently tried to do a pod install to update some other dependencies and I end up with a bunch of...

- List implementation - Text attachment (Adding photos) - ColorPicker, FontPicker, and FontSizePicker are now based on interfaces and can be overridden - Background, and foreground colors can now be...

If device is running iOS 7 use NSTextStorage to modify attributedString directly instead of setting attributesText from scratch.

enhancement

- Remove all text - Select Center align - Cursor is still on the left until user starts typing

bug

On iOS 7 UIMenuItems for (bold, italic, underline, strike through) are always visible in UIMenuController, regardless of what the datasource method returns.

bug

Find a way to display "Select Paragraph" menu item right after/before "select All" in the menu controller

enhancement

This seems to be an iOS bug, typing attribute doesn't retain some attributes like underline, text alignment etc - Remove all text - Click Bold, Italic, Underline - Start Typing...

bug

The tip of iphone popover shows below the toolbar

bug

Before this was being handled through willAnimate and didAnimate ViewController methods. These two have been deprecated on iOS8. Find a way to fix this on both iOS8 and anything below...

bug