I have three widgets running.
i can show pictures inside the widgets.
i want to have the pictures have rounded corners. I tried the same as you do when you want to do it in the main app. There it works fine. But in the widget view it doesn’t show and breaks the app when you build it.
no error code is given. The widget preview diagnostics doesn’t show any error either.
Post
Replies
Boosts
Views
Activity
Hello
i tried all regular SwiftUI means to round corners of images in the view of a widget extension. Just like it’s shown in the Apple News App. But none of the methods work.
How do you round the corners of images in a widget extension?
Yesterday I still had Twitter and Facebook as options to share to from my App. I didn't change anything in the code. But today they are missing.
It says one needs to be logged into Twitter, which I am. I have the Twitter App open on my phone where I uploaded the App to from Xcode.
How to fix this?
Hello,
I want to be able to pass url's to the timeline and display the metadata and the link preview image in a simple small widget. How is this done using the LinkPresentation framework? I tried a number of ways but no success. The data won't load.
Does anyone have an example code that works?
I have set a deployment target of 14.3.
yet in the App Store my App gets installed on 14.0 devices and crashes.
why can’t I set a minimum deployment target upon release of the app that is the same as my deployment target?
Trying to do a screen capture recording using native (shift-cmd-5) produces a mov file which saves tp the desktop alright. But when playing it back the picture is all mangled / pixelated and largely blue color (using QuickTimePlayer or Preview)
If I move the same file to macOS Catalina it plays fine. Also if I open the file in VLC it plays fine.
If I move a similar file recorded from macOS Catalina to this M1 MacOS 11.2.3 it plays fine.
There seems to have been a corruption of the Video PLAYBACK codec for specific M1 screen recordings. Since it plays back Catalina made screencaptures fine it is some weird kind of bug.
This worked last week before 11.2.3 update was introduced.
Problem with Quicktime Playback?