Morgan Dock

Results 21 issues of Morgan Dock

Simple playground test: ``` class Test { lazy var myLazyVar: Void = { print("crazy") }() } print("Initialize: ") var test = Test() print("call first") test.myLazyVar ``` will print: ``` Initialize:...

How to create a badge hub for each segment of the control?

question

Recently updated from 3.2.0 to 3.3.3 And now there is some randomly inserted numbers happening. (looks like 1534) This looks to be associated with the `nationalPrefixTransformRule` in the `PhoneNumberMetadata.json` So...

Add the ability to select locale to use when uploading

fix nearestTenMinutes rounding behavior to behavior like nearestHalfHour As can be seen in the screenshot, nearestTenMinutes, if the minute is halfway of the target interval period (aka multiple of 5...

hi! my project uses this project as a sub dependency via FirebaseCrashlytics, FirebaseInstallations, GoogleDataTransport, and GoogleUtilities/Environment. Recently, we have been experiencing a crash when launching our application on observeOnQueue call....

I am a bit confused as to how to actually use this. if I have a route in the form of "profile: {userId}" and I call Navigator.navigate(urn: ? ) What...

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [X] I have looked at the [Documentation](http://snapkit.io/docs) *...

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [X] I have looked at the [Documentation](http://snapkit.io/docs) *...

**Describe the bug** Placeholder text that is too long does not truncate or adjust font to fit width **To Reproduce** Steps/code to reproduce the behavior: ```swift view.inputTextView.placeholderLabel.minimumScaleFactor = 0.5 view.inputTextView.placeholderLabel.numberOfLines...

bug