Tito Ciuro

Results 15 issues of Tito Ciuro

Developers would appreciate a screenshot or animated gif showing the control in action.

Hello, When analyzing JSON responses, I often find that if the object is sorted (especially long ones), it's a lot easier to find the key I'm looking for. It would...

enhancement

The labels and fields in Section 2 of the demo app are not aligned. The accessory view is slightly misaligned on the Y axis. The blue text field should be...

I understand that this might be not an issue with your tool, but might be interesting to other users. I had upgraded my Mac with Beta 2 using your excellent...

Hello, Now that Xcode 7 is out, it would be great to see `Sol` updated for iOS 8 or iOS 9. The `UISearchDisplayController` class been deprecated in iOS 8 with...

bug
enhancement

If you have a long enough string, the tag's right side will be chopped off. Consider filling the tag as much as the display's width and add an API to...

Hello Seyed, In iOS 14.2 + Xcode 12.2, I'm seeing a weird behavior. This is the code taken from your example: var body: some View { HStack(alignment: .center, spacing: 24)...

**[REQUIRED] Step 1: Describe your environment** Xcode version: Version 14.3 (14E222b) Firebase SDK version: 10.9.0 Installation method: Swift Package Manager Firebase Component: Functions Target platform(s): iOS **[REQUIRED] Step 2: Describe...

api: functions

I've added this to my `.swiftformat` file: ``` --someany false ``` However, the following code: ```swift private func notifySubscribers(of data: T) { ``` gets changed to the following, even if...

enhancement

Perform an across-the-board check for Nullability Annotations and add them where applicable.