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

Convert to Swift4.2 syntax & Xcode10 project. #24

Merged
merged 8 commits into from Jan 14, 2019

Conversation

fumiyasac
Copy link
Contributor

I found this master branch is behind in the latest version.
So I convert Swift4.2 syntax & adopt to Xcode10 or above.

Examples:

  • UIApplicationLaunchOptionsKeyUIApplication.LaunchOptionsKey
  • UIViewContentMode.redrawUIView.ContentMode.redraw
  • NSAttributedStringKeyNSAttributedString.Key
  • kCAMediaTimingFunctionEaseInEaseOutAMediaTimingFunctionName.easeInEaseOut
  • UIGestureRecognizerState.endedUIGestureRecognizer.State.ended

Thanks.

<layoutGuides>
<viewControllerLayoutGuide type="top" id="jyV-Pf-zRb"/>
<viewControllerLayoutGuide type="bottom" id="2fi-mo-0CV"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="kh9-bI-dsS">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change required?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, sorry... Main.storyboard changes is not required.
I will revert any Main.storyboard changes.

Copy link
Contributor Author

@fumiyasac fumiyasac Jan 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed e01ab3b.

</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="ufC-wZ-h7g">
<objects>
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
<viewController id="vXZ-lx-hvc" customClass="ViewController" customModule="FlexibleSteppedProgressBar_Example" customModuleProvider="target" sceneMemberID="viewController">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this change required?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed e01ab3b.

@amratab
Copy link
Owner

amratab commented Jan 2, 2019

Can you please fix the circle ci failures also by modifying the circleci config file?

@fumiyasac
Copy link
Contributor Author

@amratab
I fixed config files. Please check it.

@amratab amratab merged commit cd3c0a0 into amratab:master Jan 14, 2019
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