239 Commits

Author SHA1 Message Date
hackiftekhar
17509cfe67 Fixed #186, updated to v3.2.2 2015-03-26 22:33:34 +05:30
hackiftekhar
8777297963 Fixed #184 added shouldRestoreScrollViewContentOffset, #185 added new methods in IQUIView+IQKeyboardToolbar 2015-03-26 00:11:58 +05:30
hackiftekhar
024d233785 updated cocoapods 2015-03-22 19:53:05 +05:30
hackiftekhar
bda4c62ff5 Added methods to register ViewController for disabling library #117, #139 and enabling toolbar previous/next for CustomView #154, #179. 2015-03-22 02:47:05 +05:30
hackiftekhar
cf2df14336 updated to v3.2.1.1 2015-02-12 23:14:44 +05:30
hackiftekhar
757b896129 Remove support for framework. In case someone need then Framework target is still there in demo. 2015-02-12 22:37:42 +05:30
hackiftekhar
9462bcfd25 Fixed #162 2015-02-11 23:28:13 +05:30
hackiftekhar
9ae5121153 Fixed #150, Now increasing contentSize to scrollView height if less than scrollView height. 2015-01-20 16:27:34 +05:30
hackiftekhar
81a57f356d Fix placeholder text caching logic. 2015-01-19 16:12:37 +05:30
hackiftekhar
8023075fa2 Adopted keyboard appearance style for automatic IQToolbar 2015-01-19 00:25:55 +05:30
hackiftekhar
d1946f595f Added custom callback method for next/previous/done click 2015-01-14 01:31:08 +05:30
hackiftekhar
e00577804a Updated README.md for #147 2015-01-12 21:55:36 +05:30
hackiftekhar
995d27eb54 Restructured files and names, Updated version to 3.2.1.0 2015-01-11 20:56:19 +05:30
hackiftekhar
576745cbcf fixed #145, Added NavigationBar check for shouldResignOnTouchOutside 2015-01-10 21:33:29 +05:30
hackiftekhar
b5d5b14714 Fixed scrollView check (Swift) 2015-01-09 18:56:02 +05:30
hackiftekhar
98c0f2e68e Removed self from method calls (Swift) 2015-01-09 17:45:21 +05:30
hackiftekhar
e686e77642 Adopted some more swift coding standard for swift version 2015-01-09 16:51:51 +05:30
hackiftekhar
1c17e6d3fc Updated Swift to match current ObjC Version 2015-01-09 13:09:12 +05:30
hackiftekhar
6aa6e6c14a Adopted Recommended Optional Syntax for Swif Version 2015-01-09 02:31:00 +05:30
hackiftekhar
5f2809bd6b Adopted Swift Syntax for Swift Version 2015-01-09 00:42:37 +05:30
hackiftekhar
6368a19e1c Updated IQKeyboardManager.Swift to match ObjC Version 2015-01-08 22:55:44 +05:30
hackiftekhar
761e4aaa55 Fix demo 2015-01-06 12:08:56 +05:30
hackiftekhar
7e5e07c859 Reduced size 2015-01-05 22:11:23 +05:30
hackiftekhar
fa07cd0afc Added explicit check for _UIQueuingScrollView for UIPageViewController 2015-01-04 16:36:32 +05:30
hackiftekhar
138b7231f8 Merge remote-tracking branch 'origin/master' 2015-01-04 12:54:17 +05:30
hackiftekhar
68c02a8646 Added example for customise InputView. 2015-01-04 12:51:39 +05:30
hackiftekhar
3d36d01e29 Added Screenshot for known issue 2014-12-29 11:45:06 +05:30
hackiftekhar
9a77b25566 Known Issue screenshot added. 2014-12-29 09:57:38 +05:30
hackiftekhar
eb761dcc2a Updated icon 2014-12-28 22:34:37 +05:30
hackiftekhar
11399535f3 Merge remote-tracking branch 'origin/master' 2014-12-28 21:10:02 +05:30
hackiftekhar
b63421851f Fixed some next/previous issues with UITableView. 2014-12-28 21:09:07 +05:30
hackiftekhar
f54dc4cab8 Added Localisation locking on Storyboard 2014-12-26 12:22:12 +05:30
hackiftekhar
8db1b54005 Fixed some demo issues. 2014-12-25 23:20:26 +05:30
hackiftekhar
78cc758862 Fixed Some demo project issues. 2014-12-25 23:01:11 +05:30
hackiftekhar
c073425229 Updated Icons 2014-12-25 17:06:00 +05:30
hackiftekhar
9b5076b816 Adopted better approach for adjusting contentInset 2014-12-24 02:34:16 +05:30
hackiftekhar
af3e73480a Fixed contentInset 2014-12-24 01:51:09 +05:30
hackiftekhar
6555f1564c Improve Debugging 2014-12-24 00:52:09 +05:30
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