Mohd Iftekhar Qurashi
80067ea60e
Update README.md
2015-01-11 20:32:43 +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
c22a4e6d19
Merge remote-tracking branch 'origin/master'
2015-01-09 00:43:32 +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
Mohd Iftekhar Qurashi
8a6adbf6cf
Update README.md
2015-01-07 20:44:52 +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
Mohd Iftekhar Qurashi
646e314527
Update README.md
2014-12-29 11:47:13 +05:30
hackiftekhar
3d36d01e29
Added Screenshot for known issue
2014-12-29 11:45:06 +05:30
hackiftekhar
f587075b28
Merge remote-tracking branch 'origin/master'
2014-12-29 09:58:11 +05:30
hackiftekhar
9a77b25566
Known Issue screenshot added.
2014-12-29 09:57:38 +05:30
Mohd Iftekhar Qurashi
979328f4dd
Update README.md
2014-12-28 23:53:44 +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
Mohd Iftekhar Qurashi
0a7c06421d
Added App Icon
2014-12-25 17:10:32 +05:30
hackiftekhar
c073425229
Updated Icons
2014-12-25 17:06:00 +05:30
CANOPUS6
a3b8dac618
Fixed issues with UIAlertController
2014-12-24 13:03:55 +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
73b7b171f4
Merge remote-tracking branch 'origin/master'
2014-12-24 00:52:30 +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
Mohd Iftekhar Qurashi
8e940c4cc9
Update README.md
2014-12-20 01:03:46 +05:30
Mohd Iftekhar Qurashi
3186288f96
Update README.md
2014-12-20 01:03:11 +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
807c164a0c
Initial keyboard calculation adjustment for hardware keyboard.
2014-12-05 11:18:14 -05:00
jsambells
0950d46eda
Fixed insets so they are always the full keyboard height.
2014-12-05 10:31:39 -05:00
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
933bb17911
Merge remote-tracking branch 'origin/master'
v3.2.0.3
2014-12-05 02:17:59 +05:30
hackiftekhar
ac8777ed87
Fixed an issue with UIAlertView's internal UIViewController.
2014-12-05 02:17:25 +05:30
Mohd Iftekhar Qurashi
1b3840ca69
Update LICENSE.md
2014-12-01 01:14:00 +05:30
Mohd Iftekhar Qurashi
f079638409
Update README.md
2014-12-01 01:13:21 +05:30