Aryan Ghassemi

Results 73 comments of Aryan Ghassemi

Here is my pod file ``` platform :ios, '7.0' inhibit_all_warnings! pod 'AWSiOSSDKv2' , '2.3.0' pod 'CocoaLumberjack', '1.9.1' pod 'DateTools', '1.4.3' pod 'FXForms', '1.2.13' pod 'Facebook-iOS-SDK', '4.0' pod 'GoogleAnalytics-iOS-SDK' , '3.10'...

Having the same issue, not showing on iOS7. Calling reloadData fixes the issue

There is still a lot of testing I have to do. It's not easy specially since some iOS APIs behave completely different on iOS6/7 same with phone vs tablet. But...

Sorry I'm not supporting this library anymore. I wrote this for iOS6, and things quite changed on iOS7 and can be done in much better and more efficient ways. I'll...

Hi John, I implemented it once, I was not happy with the implementation so I never checked it in. The problem is there is no list feature in paragraphStyle, so...

Thanks brennanMKE. That's my own question in that thread :), and I don't like the provided answer. I ended up implementing bullets in a cleaner way, code is in the...

I'm really busy with work, Not sure when I'll get the chance to test all these changes. Hopefully I'll get to it in a couple of weeks/

That would be nice. The list implementation I believe is done already, it just needs more testing. The branch name is a little misleading, I have other features such as...

https://github.com/aryaxt/iOS-Rich-Text-Editor/issues/23 This might improve it. But the api is only available on iOS7

No it doesn't support tables, it's not supported by NSAttributedStrings