Guilherme Rambo

Results 35 issues of Guilherme Rambo

- [x] Use SF Symbols for most controls - [x] Add AirPlay button - [x] Make player controls more compact - [x] Player controls positioned/sized according to video content instead...

Turns out they weren't kidding when they mentioned potential issues with view clipping after changes to AppKit in macOS 14. Luckily, [the API for this](https://developer.apple.com/documentation/appkit/nsview/4236466-clipstobounds?changes=latest_minor) backdeploys :)

bug

We were experiencing random crashes on Linux when generating our website. I don't have the backtrace readily available, but it was clear that the crash was on the setter for...

I've noticed that the webview's scrolling was a little choppy, that improves dramatically when you turn on layer backed mode on the view hierarchy. Also, I've implemented the functionality to...

enhancement
awaiting feedback

This adds support for resource transfers so that apps can transfer large files using MultipeerKit. Also took the opportunity to revamp the main sample code adding an "AirDrop" example that...

- **Date:** 2023-12-20 - **Resolution:** Open - **Area:** Xcode - **OS:** 14.3 Beta (23D5033f) - **Type:** Incorrect/Unexpected Behavior - **Keywords:** xcode,swiftui,previews ## Details ### What version of Xcode are you...

Updates to the Rakefile: - Using xcrun to detect the latest available SDK instead of hard coding It - Building x86_64 simulator lib (for iPhone 5S and up)

I noticed that right after pairing an AirTag to my iPhone, BTLEmap started crashing shortly after launch. It looks like something in the AirTag's advertisement is causing the app to...

This adds the `UnityPosterExtension` and `PridePosterExtension` processes, which I've noticed were using a lot of CPU on my machine without any benefit. Following the same pattern as the one for...

- **Date:** 2024-07-01 - **Resolution:** Open - **Area:** SwiftUI - **OS:** macOS 15 Beta 2 - **Type:** Incorrect/Unexpected Behavior - **Keywords:** SwiftUI, List, NavigationLink ## Description When a SwiftUI List...