Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Conversation

@mindgraffiti
Copy link
Contributor

@mindgraffiti mindgraffiti commented Jul 3, 2018

This was branched from new-woo-apis.

⚠️ The secondary button's default configurations have not been tested against the original button designs for WPiOS. Since it's branched from new-woo-apis it isn't compatible with WPiOS just yet and was breaking when I attempted to test the secondary button.

This PR makes the NUXButton configurable using UIAppearance. To run a full test, check out the WCiOS PR instructions.

@mindgraffiti mindgraffiti added the question Further information is requested label Jul 3, 2018
@@ -1,54 +1,285 @@
import UIKit
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The NUXButton file is a duplicate of FancyButton with the activity view add-on (in case you're wondering where this code originated from)

@mindgraffiti mindgraffiti removed the question Further information is requested label Jul 5, 2018
@mindgraffiti
Copy link
Contributor Author

@jleandroperez or @ScoutHarris ready for review!

@jleandroperez
Copy link
Contributor

Okay, not sure what's going on, but i didn't close this PR!!

@nheagy
Copy link
Contributor

nheagy commented Jul 5, 2018

I'd like to take a look at this one.

Copy link
Contributor

@nheagy nheagy left a comment

Choose a reason for hiding this comment

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

I'll move these to the new issue lol

@@ -1,20 +1,5 @@
PODS:
- 1PasswordExtension (1.8.5)
- AFNetworking (3.2.1):
Copy link
Contributor

Choose a reason for hiding this comment

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

Any idea why the Podfile.lock changed so much without any changes to the Podfile?

/// A stylized button used by Login controllers. It also can display a `UIActivityIndicatorView`.
@objc open class NUXButton: NUXSubmitButton {
// MARK: - Configuration
fileprivate let horizontalInset: CGFloat = 20
Copy link
Contributor

Choose a reason for hiding this comment

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

Where did these config values go?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants