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

building for swift 2.3 and Xcode 8 #62

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

theMeatloaf
Copy link

@theMeatloaf theMeatloaf commented Sep 14, 2016

This should allow you to build on Xcode 8 with swift 2.3 to resolve #61. Swift 3 will need to come next

theMeatloaf and others added 6 commits September 14, 2016 11:03
Finally able to solve? this: LiulietLee/Pick-Color#2
MKLayer’s superLayer observers
MKRefreshControl’s parentScrollView observers
MKSwitch’s parent MKSwitch

It’s sad that when containing MKLayer and MKRefreshControl, current
implementation requires calling `recycle` in `deinit`…
@serg94
Copy link

serg94 commented Feb 12, 2017

how to specify this commit in pods if not merged into master?

@ApolloZhu
Copy link

@serg94
pod 'MaterialKit', :git => 'https://github.com/theMeatloaf/MaterialKit.git'
or literally this last commit, add following to the rear
, :commit => 'a2b6f0422976a2ecf7762e6e08b822a7ca694d6d'

See: https://guides.cocoapods.org/using/the-podfile.html

theMeatloaf and others added 5 commits August 22, 2017 16:13
- Remove self, type delcaration, use lazy init, parameter same as
default
- Merge if-let, use optional changing for short ones, use implicit
unwrapped for guaranteed,
- Replace file private with private, provide public init for an open
class
- Update README
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.

Make compatible with swift 2.3 and xcode 8
3 participants