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

Replace import Foundation with UIKit for Xcode 10.2 #283

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

natanrolnik
Copy link

@natanrolnik natanrolnik commented Feb 25, 2019

Use UIKit as UIView.animate method is called, to allow compilation on latest Xcode 10.2 Betas (2 and 3)

Use UIKit as UIView.animate method is called, to allow compilation on latest Xcode 10.2 Beta (3)
@natanrolnik natanrolnik changed the title Replace import Foundation with UIKit Replace import Foundation with UIKit for Xcode 1.0 Feb 25, 2019
@natanrolnik natanrolnik changed the title Replace import Foundation with UIKit for Xcode 1.0 Replace import Foundation with UIKit for Xcode 10.2 Feb 25, 2019
@kurabi kurabi merged commit 9bd4543 into SwipeCellKit:xcode_10.2 Mar 1, 2019
kurabi added a commit that referenced this pull request Mar 26, 2019
* Xcode 10.2 (beta) compatibility (#279)

* Fixed build errors occurring under Xcode 10.2 (Closes #278)

* Replace import Foundation with UIKit (#283)

Use UIKit as UIView.animate method is called, to allow compilation on latest Xcode 10.2 Beta (3)

* Switched sample app to show that a Swift 5 app can be compatible with SDK still being on Swift 4.2.
kurabi added a commit that referenced this pull request Mar 26, 2019
* Update README.md

* Update README.md

* Update README.md

* Update README.md (#264)

* Fix swipeCells for UICollectionView (#266)

* Rev version up to 2.5.1 and update CHANGELOG.

* Fix crash when passing empty String to UIAccessibilityCustomAction (#270)

* Xcode 10.2 (#295)

* Xcode 10.2 (beta) compatibility (#279)

* Fixed build errors occurring under Xcode 10.2 (Closes #278)

* Replace import Foundation with UIKit (#283)

Use UIKit as UIView.animate method is called, to allow compilation on latest Xcode 10.2 Beta (3)

* Switched sample app to show that a Swift 5 app can be compatible with SDK still being on Swift 4.2.

* Rev version up.
Updated CHANGELOG.md

* Removed Xcode warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants