Eli Burke

Results 21 issues of Eli Burke

**Problem Description:** #170 added Dark Mode support in a simplistic manner: If running on iOS 13, use whatever color is provided by the operating system for the Dynamic Color `systemBackground`...

I have a couple of Bulletin Board pages that can be used either standalone, or be pushed from another page. When they are used as standalone pages, the action buttons...

Some of my taller Bulletin Board items render poorly when the phone is rotated. It happens when the description text is long, and especially when an image is set. Typically,...

enhancement
help wanted

Howdy. I'm going through and updating our v1 implementation and I've got a couple of notes. tl;dr: v2 is looking great. - No way I can find to override or...

The source file was removed from the repo without removing it from the project

I'm trying to create a string that has a mix of two font sizes, but I can't seem to make it work. Is this supported by StyledTextKit? (if not, would...

#### Fixed xcodeproj by removing deprecated VALID_ARCHS lines from all configurations - Remove all user-defined VALID_ARCHS settings - Issues: #137

When pasting an image and _InputTextView.isImagePasteEnabled_ = true: _canPerformAction()_ allows the image to be pasted, and _paste()_ calls _pasteImageInTextContainer()_ When pasting an image and _InputTextView.isImagePasteEnabled_ = false _canPerformAction()_ returns false...

bug

e.g. `Source.swift:9:8: Could not find module 'TinyConstraints' for target 'arm64-apple-ios-simulator'; found: i386, x86_64-apple-ios-simulator, x86_64, i386-apple-ios-simulator, at: ~Library/Developer/Xcode/DerivedData/APP_BUILD_DIR/Build/Products/Debug-iphonesimulator/TinyConstraints.framework/Modules/TinyConstraints.swiftmodule` The solution is to remove VALID_ARCHS, which has been deprecated. https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes > The...

I was unable to run in an x86_64 simulator until removing this build setting. https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes > The Build Settings editor no longer includes the Valid Architectures build setting (VALID_ARCHS), and...