-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 Support #1172
Comments
Pretty soon. You can use |
@OrkhanAlikhanov I am going to leave this up for now, so that other people can see to use the |
Tried to use Podfile
Error
|
Use development branch of Motion as well. pod 'Material', :git => 'https://github.com/CosmicMind/Material.git', :branch => 'development'
pod 'Motion', :git => 'https://github.com/CosmicMind/Motion.git', :branch => 'development' |
Since Nov 1 - Compiler error.
Value of type 'Layout' has no member 'size' |
It's caused by #1185. Use this until we add it back: extension Layout {
@discardableResult
func size(_ size: CGSize) -> Layout {
return width(size.width).height(size.height)
}
} |
@sillysachin I added the |
Hello. After installing from dev branch I spotted that buttons are misbehaving. If attributes are set in the storyboard like Font, BackgroundColor etc they won't show. Also I was wondering if you guys will release a subset of the Material with only the views not the controllers. |
@CHONUMAN Add We plan to have different modules for Material but it's not a priority right now. |
Any updates? |
@karasahinemre The development branch works well, but we haven't released yet, as we need to document more. |
The suggested installation just stopped working with the last commit:
|
We are now very close to release. You can point to the previous commits I believe. Not tested but should work: pod 'Material', :git => 'https://github.com/CosmicMind/Material.git', :commit => '4ab1b08c3365a00f409a210162ae72ed8425f299'
pod 'Motion', :git => 'https://github.com/CosmicMind/Motion.git', :commit => '3141bdb87e30b4aa899a22562194a221ea2da388' |
Thank you @OrkhanAlikhanov. That is correct @svachmic, we are preparing to launch a bunch of updates, so please be aware that some pointers may be incorrect for the next week. We appreciate your message and helping us build a solid product. |
I understand, thanks for all your work. It's just unfortunate how the update clashed with the Swift 4.2 release which forces the codebase to be dependent on the development branch. But noted, I won't |
The "Theme.isEnabled = false" do not work well in development branch. So please fix this as well. |
@MuhammadNayabButt Hey! Could you please define |
@OrkhanAlikhanov It is working Partially. The main problem exists in navigation bars. In some NavBars there is a default theme color(blue). Although I have set "Theme.isEnabled = false" in AppDelegate |
Thanks for your work @OrkhanAlikhanov . Do you think we can expect the new release available by the end of February? Thanks again. |
I got some errors when tried to use I tried the following command pod 'Material', :git => 'https://github.com/CosmicMind/Material.git', :commit => '4ab1b08c3365a00f409a210162ae72ed8425f299' |
Hey @OrkhanAlikhanov when can we expect 4.2 support for this awesome pod? |
Hi Everyone! @OrkhanAlikhanov and I are working on preparing a release with the following changes. It is taking us some time as we need to create a new sample app and rewrite the READMEs to help with the new APIs. At the same time, we have been working on a new tool to help us create content, which I am happy to say is complete and now being integrated. The Material3.xx.x
Motion2.x.x
|
A. Any updates? |
@MatanGold thank you, at the moment a sample is being made, and then it will be released. |
@DanielDahan While i appreciate the hard work you've put into both material and motion, I think you should push a swift 4.2 of the current release in addition to this new version. In my specific case, theme completely ruins my UI despite having |
@multinerd When the official release is made, it will have theming working and not interrupt your application's design. @OrkhanAlikhanov is working these last issues out with the sample. |
@DanielDahan Just to throw one more wrench in, Swift 5 came out yesterday. |
@kylebrowning Yeah, lol... no worries though. Once we release this upcoming version, we will mark it 3.0, then branch off development and create the 3.1 branch, while supporting both for a short period while others transition over. We are so close to what we want to accomplish, all should be out soon. Thank you! |
@DanielDahan Any update here? |
@kylebrowning thanks for checking in. We are so close to releasing. @OrkhanAlikhanov I am thinking we can start the rollout by end of next week. |
@OrkhanAlikhanov I would like to setup a release candidate for Swift 4.2 and Swift 5.0 and create candidate branch releases from development, thoughts? |
Please find a release branch for Swift-4.2 here. Thank you! https://github.com/CosmicMind/Material/releases/tag/3.0 & https://github.com/CosmicMind/Motion/releases/tag/3.0 |
Hi,
There are 289 warnings when I try to build my current Material on XCode 10, with Swift 4.2 on.
I check for new Material (by
pod outdated
) but no new version yet?When would you release new version?
Thanks
The text was updated successfully, but these errors were encountered: