Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift 4.2 #1

Merged
merged 38 commits into from
Oct 10, 2018
Merged

Swift 4.2 #1

merged 38 commits into from
Oct 10, 2018

Conversation

JettF
Copy link
Owner

@JettF JettF commented Oct 10, 2018

Swift 4.2 update.

JettF and others added 30 commits December 29, 2015 13:07
Remove space in name of Test Helpers subspec
When using the banner in iOS7 an additional `layoutIfNeeded()` call is required as iOS7 doesn't handle this internally.

The exception this resolves is:
```
Auto Layout still required after executing -layoutSubviews. Banner's implementation of -layoutSubviews needs to call super.
```
Add option to show banner at the top or bottom
Swift 2.2 new selector style
…OS 10 (bryx-inc#52)

* Updated for Xcode 8 Beta 6

* Fixed incorrect animation behaviour on iOS 10

* Converted to Swift 3 syntax

* Added comment explaining why the #available block is necessary

* Fixed incoherent identation

* Improved code readability

* Removed superfluous -layoutIfNeeded call
* Shared scheme for Carthage fix

* Added Pods back to fix Carthage Support

* Deployment target 7.0

* Deployment target 7.0
* Fixing deployment target of pod project to allow submission to iTunes Connect

* Fixing other deployment target for pod project

* Fixing the project specific deployment target
* Adding the ability to change the height of the banner

* Changing property name to minimumHeight
In case that an app has more than one UIWindow with windowLevel equal to UIWindowLevelNormal, this topWindow() method won’t find the right one.

Signed-off-by: Pablo Romero <promero@carecloud.com>
harlanhaskins and others added 8 commits May 8, 2017 21:33
Instead of using leading and trailing constraints to the superview,
specify that the widths should be equal.  With this change, the
width of the notification will match that of the table view.
Resolves issue bryx-inc#24 - Wrong width

Thanks Bennett -- good catch!
* Swift 4 migration: adds @objc keywords

* Swift 4 migration: moves nil fallback on show-method into function to avoid exposing topWindow method.
Otherwise the compiler complains about being unable to use the internal topWindow method as parameter default value

* Adds nil default parameter to method signature, to ensure method can be called without a passed view
Updates version and swift_version
@JettF JettF merged commit a3761aa into JettF:master Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet