Commit Graph

201 Commits

Author SHA1 Message Date
hackiftekhar
40cdc55a33 Enhanced logging 2014-12-24 00:22:55 +05:30
hackiftekhar
17ddc3f599 Added Xcode 5.0 Compatibility for NS_DESIGNATED_INITIALIZER 2014-12-19 01:37:01 +05:30
hackiftekhar
b90af700ac Added GIF Animation file 2014-12-14 23:26:11 +05:30
hackiftekhar
97c6561815 Fixed settings screen 2014-12-14 03:03:16 +05:30
hackiftekhar
e837e4c037 Fixed scroll Inset 2014-12-12 02:04:29 +05:30
hackiftekhar
5660f55ffb Fixed 'shouldResignOnTouchOutside' to allow clicking on UIControl. Fixed UIView+Hierachy category 2014-12-07 21:30:32 +05:30
jsambells
4fc7ecbd58 Added example to the demo app. 2014-12-05 10:27:02 -05:00
jsambells
acd6699c92 Resolved issue where the input in the scroll view would dramatically shift and sometimes get stuck behind the keyboard.
If the input was at the bottom of the scrollview, the initial offset could be beyond the bounds of the scrollable movement. This caused the initial placement to be correct but if touched or updated, the scroll view would fix itself and the input would end up behind the keyboard. To fix this I added content inset to the bottom of the scroll view and adjusted the offset to not allow it to go past the interactive bounds.
2014-12-05 00:16:39 -05:00
hackiftekhar
ac8777ed87 Fixed an issue with UIAlertView's internal UIViewController. 2014-12-05 02:17:25 +05:30
hackiftekhar
31c990e17b Reimplemented doing custom work in textFieldShouldBeginEditing. 2014-12-01 00:57:26 +05:30
hackiftekhar
0d32e8bd4a Added Flow Chart 2014-11-29 02:52:25 +05:30
hackiftekhar
443912dacb Removed Flow Chart 2014-11-29 02:51:02 +05:30
hackiftekhar
27c54ae7c5 Updated Flow Chart Diagram 2014-11-29 02:45:35 +05:30
hackiftekhar
dbfeee8173 Added Flow Chart Diagram 2014-11-29 02:40:16 +05:30
hackiftekhar
cdbfab7e9e Fix a preprocessor in swift 2014-11-08 10:34:41 +05:30
hackiftekhar
0901a23bda Fixed some issues 2014-11-07 01:34:38 +05:30
hackiftekhar
85df29dfc9 Updated to v3.2.0.2 2014-10-29 21:58:19 +05:30
hackiftekhar
4eacf21bea Fixed another issue with ScrollView Scrolling and bottom/top blank space, Fixed Demo 2014-10-29 21:53:24 +05:30
hackiftekhar
0796fec842 Fixed an scrolling issue with UIScrollView and it's subclasses. 2014-10-29 21:17:14 +05:30
hackiftekhar
95e7c78617 Added UICollectionView Example 2014-10-29 21:14:01 +05:30
hackiftekhar
6b7f335a85 Added support for UICollectionView 2014-10-28 22:36:34 +05:30
hackiftekhar
28f848353b Updated swift for Xcode 6.0 and Xcode 6.1 compilation. 2014-10-28 22:00:26 +05:30
hackiftekhar
7929eb3d26 Keeping Xcode 6.0 compatibility as many users may need it, Removed IQSegmentedNextPrevious. Now iOS 7 will be the minimum supported version for IQKeyboardManager swift 2014-10-27 23:36:54 +05:30
hackiftekhar
8ed6659269 fixed an issue with NS_ENUM 2014-10-27 23:13:26 +05:30
hackiftekhar
474463b4e5 Fixed some UI issues with Setting Screen 2014-10-26 23:13:24 +05:30
hackiftekhar
85c0e12258 Fixed an issue with IQKeyboardReturnKeyHandler 2014-10-26 22:58:37 +05:30
hackiftekhar
77cc6c75df Fully updated Swift Version like current Objective-C version 2014-10-26 22:22:16 +05:30
hackiftekhar
2bbadc3d9d Restructured files 2014-10-24 21:22:16 +05:30
hackiftekhar
3cc1a858c0 Enhanced demo 2014-10-24 01:43:20 +05:30
hackiftekhar
6fa2500c0c Remove unncessary IQKeyboardReturnKeyHandler 2014-10-24 00:01:50 +05:30
hackiftekhar
b614bf3116 Remove unncessary IQKeyboardReturnKeyHandler 2014-10-24 00:01:36 +05:30
hackiftekhar
189210c81c Remove unnecessary IQKeyboardReturnKeyHandler from demo 2014-10-23 23:41:01 +05:30
hackiftekhar
ee8da871d7 Remove unnecessary IQKeyboardReturnKeyHandler from demo 2014-10-23 23:40:51 +05:30
hackiftekhar
3f692a075e Updated Storyboard 2014-10-23 18:23:14 +05:30
hackiftekhar
2fc09b7b35 Workdaround demo added on 'Special Cases' for #88 2014-10-19 19:12:53 +05:30
hackiftekhar
a083e56aa6 Debugging On 2014-10-18 23:54:14 +05:30
hackiftekhar
d80529fd39 Modern objective-c 2014-10-10 23:53:39 +05:30
hackiftekhar
b15d925f16 Refactoring 2014-10-10 23:52:48 +05:30
hackiftekhar
65a55c9516 Fixed some issues with #96. 2014-10-16 22:10:29 +05:30
hackiftekhar
aa3bac750b Added demo for 'preventShowingBottomBlankSpace' #93. 2014-10-15 22:54:03 +05:30
hackiftekhar
0b325eaa79 Added 'preventShowingBottomBlankSpace' bool to prevent showing bottom blank space. 2014-10-15 22:14:09 +05:30
hackiftekhar
a9256fb5c6 Added Swift gitignore 2014-10-14 01:35:44 +05:30
hackiftekhar
18f796e91c Framework updated 2014-10-14 01:24:40 +05:30
hackiftekhar
170e4c2ef5 Fixed some issues with canAdjustTextView on iOS 8. 2014-10-13 00:45:48 +05:30
hackiftekhar
b712a09f08 Fixed some Settings Screen UI. 2014-10-09 21:41:02 +05:30
hackiftekhar
c8fdb2c592 Updated Demo 2014-10-08 09:07:55 +05:30
hackiftekhar
419a00e2fa Fixed some issues related to not restoring the UIViewController's view initial position. 2014-10-08 01:43:44 +05:30
hackiftekhar
5d6877cc90 Fixed. #78 2014-09-30 22:49:32 +05:30
hackiftekhar
25fd406af1 Updated project deployment target version 2014-09-28 21:18:01 +05:30
hackiftekhar
d61ca7570c Fixed #77. However the problem exist with translucent navigation bar of UINavigationController. 2014-09-28 21:16:42 +05:30