Mohd Iftekhar Qurashi
3c699754f8
Merge pull request #707 from kndl/remove-required-device-capabilities
...
Remove UIRequiredDeviceCapabilities from Info.plist
2016-11-18 06:09:56 +05:30
Kendall Aubertot
7425602ba9
Remove UIRequiredDeviceCapabilities from Info.plist
...
Remove the armv7 requirement from the Swift Demo's Info.plist. It would appear
that its presence prevents apps that link against the IQKeyboardManagerSwift
framework cannot be submitted to the store if this flag is present.
iTunesConnect error message: [Transporter Error Output]: ERROR ITMS-90689:
"Invalid Info.plist key. The key 'UIRequiredDeviceCapabilities' in bundle
MyApp.app/Frameworks/IQKeyboardManagerSwift.framework is invalid for frameworks"
2016-11-17 11:42:13 -07:00
hackiftekhar
ad52c4b2d3
Fixed some scrollView.isScrollEnabled related issues.
2016-11-13 19:27:21 +05:30
hackiftekhar
9131e7932d
Removed a return statement and optimized code
2016-11-13 18:30:09 +05:30
hackiftekhar
dea4edd272
Removed a return statement, optimized code structure
2016-11-13 18:26:44 +05:30
hackiftekhar
ab92597f3d
Fixed #697 where shouldResignOnTouchOutside wasn't working with UITableViewController
2016-11-13 18:23:24 +05:30
hackiftekhar
145cf0f996
Optimised for Swift 3.0.1 Xcode8.1
2016-11-08 14:16:39 +05:30
hackiftekhar
c6323f207d
- Fixed some warnings
2016-11-07 17:30:56 +05:30
hackiftekhar
60e0a57fff
Merge remote-tracking branch 'origin/master'
2016-11-05 16:03:22 +05:30
hackiftekhar
b5418b41e8
Explicitly disabled for UIAlertController class. Fixed #667
2016-11-05 16:03:08 +05:30
Mohd Iftekhar Qurashi
e6b7e011e1
Merge pull request #687 from dlo/master
...
bump CocoaPods version to 1.1.1
2016-11-01 10:32:10 +05:30
Dan Loewenherz
258094cacb
bump CocoaPods version to 1.1.1
2016-10-31 14:02:24 -05:00
Mohd Iftekhar Qurashi
6c3bc1dead
Update CHANGELOG.md
2016-10-30 00:11:38 +05:30
Mohd Iftekhar Qurashi
8c127681c0
Update CHANGELOG.md
2016-10-29 23:47:21 +05:30
Mohd Iftekhar Qurashi
1a87d16a05
Update CHANGELOG.md
2016-10-28 13:13:37 +05:30
Mohd Iftekhar Qurashi
414af18955
Update CHANGELOG.md
2016-10-28 02:00:42 +05:30
Mohd Iftekhar Qurashi
7bb8b3624a
Update CHANGELOG.md
2016-10-26 13:08:16 +05:30
Mohd Iftekhar Qurashi
91534c13b5
Update CHANGELOG.md
2016-10-26 00:58:42 +05:30
Mohd Iftekhar Qurashi
75ef4a8c89
Update CHANGELOG.md
2016-10-26 00:57:46 +05:30
Mohd Iftekhar Qurashi
dd5908f4d3
Create CHANGELOG.md
2016-10-25 01:05:28 +05:30
hackiftekhar
95e1812def
Tried to fix travis ci compilation issue.
2016-10-24 00:02:55 +05:30
hackiftekhar
bbf4394e70
Added previousNextDisplayMode for displaying previous next button in better way.
...
Fixed #642
2016-10-23 15:19:53 +05:30
hackiftekhar
d7fcc54840
Fixed #626
2016-10-21 01:33:35 +05:30
hackiftekhar
d0bffab64a
Fixed #625
2016-10-20 23:53:51 +05:30
hackiftekhar
97a27aca68
Fixed #550 keyboard long delay on first keyboard appearence issue.
2016-10-20 23:20:30 +05:30
hackiftekhar
67249ae9c3
Updated to 4.0.7
2016-10-20 01:34:55 +05:30
hackiftekhar
9b86de69de
Updated travis Xcode to Xcode8
v4.0.7
2016-10-19 00:54:37 +05:30
hackiftekhar
2e42eba1d0
Merge remote-tracking branch 'origin/master'
2016-10-18 23:25:23 +05:30
hackiftekhar
29760ae845
- Fixed #580 an issue where keyboard was dismissing by UIWebView and layout doesn't change and user see blank area.
...
- Added Popover example (There are some issues with the popover)
2016-10-18 23:24:45 +05:30
Mohd Iftekhar Qurashi
e79b8e8149
Merge pull request #657 from ed-mejia/master
...
Add @discardableResult to goPrevious(),goNext(),resignFirstResponder()
2016-09-27 11:45:05 +05:30
Edinson Mejia
d96a57e5d6
Add @discardableResult to goPrevious(),goNext(),resignFirstResponder()
2016-09-27 13:37:44 +10:00
Mohd Iftekhar Qurashi
440807dfcb
Update README.md
2016-09-17 01:29:21 +05:30
hackiftekhar
6b8d3895fd
Added .swift-version file
2016-09-17 01:17:49 +05:30
hackiftekhar
d6e60415f5
Updated to v4.0.6
v4.0.6
2016-09-16 22:27:36 +05:30
hackiftekhar
668c3c417d
Upgraded to Xcode 8,
...
Added new previous/next icons for iOS10
Fixed #638 , Fixed #636 , Fixed #635 , Fixed #633 , Fixed #632 , Fixed #631
2016-09-16 22:08:15 +05:30
hackiftekhar
5abd305258
Upgraded to Swift 3. Closed #531 , Closed #629 , Closed #630
2016-09-14 16:31:32 +05:30
hackiftekhar
baa4626a63
Increased CocoaPods Version to 4.0.5
v4.0.5
2016-08-24 18:53:46 +05:30
hackiftekhar
b3dd535c2a
Fixed next/previous ordering issue when textFields are in header. Fixed #617
2016-08-24 18:43:11 +05:30
hackiftekhar
b279df1c23
Added a validation for keyboardAppearance selector
2016-08-24 17:39:47 +05:30
hackiftekhar
898a89c6c4
Exposed movedDistance to know identify. Fixed #592 Fixed #600
2016-08-21 01:19:03 +05:30
hackiftekhar
8430306584
Added missing reloadInputViews() method in swift. Fixed #603
2016-08-20 01:00:01 +05:30
hackiftekhar
3e0459eef7
Fixed #567 Changed keyboardType to returnKeyType
2016-08-19 23:35:30 +05:30
hackiftekhar
ac664ecbfb
Fixed #562 issue with iPad form sheet pull down
2016-08-19 23:27:21 +05:30
hackiftekhar
cc23aae56e
Added method running time with debugging
2016-08-19 01:27:26 +05:30
hackiftekhar
89fb740cf5
Fixed a compilation issue with keyboardShowing property.
2016-08-17 16:04:27 +05:30
hackiftekhar
c902470754
Added rvm use 2,3.1 to travis
2016-08-17 01:51:09 +05:30
hackiftekhar
b7a216542b
Added ruby in travis
2016-08-17 01:45:39 +05:30
hackiftekhar
ff523dfdcc
Added activesupport for travis
2016-08-17 01:30:55 +05:30
hackiftekhar
a6cec5131f
added cocoapods in travis
2016-08-17 01:12:52 +05:30
hackiftekhar
002503b106
Updated travis.yml
2016-08-17 01:07:19 +05:30