Posts

Post not yet marked as solved
1 Replies
1.5k Views
I recently got my iPhone 12 pro today and of course the first thing I do is try to debug onto my device. For All projects, even sample ones i created, it will literally sit on the launch storyboard for about 1 min before even hitting applicationdidfinishlaunchingwithoptions: and even after loaded sometimes hang for like 10 seconds. has anyone else seen this, the simulator is instant, and all other phones are instant, just weird the new phone just sits there.
Posted Last updated
.
Post not yet marked as solved
4 Replies
3.3k Views
Im interested in adding a Widget into my Mix Obj C / Swift project and i believe i can, i understand WidgetKit is SwiftUI but as its an extension i can add it to my ObjC project. My question is (similar to WCSession), is WidgetCenter the framework used in the Main App, to Reload the widget etc. And if so how would you go about doing that in an ObjC project, or how do you reload widget for your main ObjC/Swfit App? Thanks!
Posted Last updated
.
Post not yet marked as solved
1 Replies
554 Views
Hey All, I noticed when trying to edit availability of and app for Apple Silicon macs, below the check box it says "Version xxxx cannot be made available for mac " Which is odd since it used to be checked. Im curious what makes its "Not available" since it really doesnt say why, possibly a bug within appstore connect? Or maybe all or "not available" until the macs are released. I check make available and hit save but it just reverts back to unchecked.
Posted Last updated
.
Post not yet marked as solved
0 Replies
515 Views
Hey All, im receiving the following new warning in xcode b3 : Showing All Messages Building for watchOS Simulator, but linking in object file (/Applications/Xcode-beta.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator7.0.sdk/usr/lib/libWKExtensionMainLegacy.a(WKExtensionMainLegacy.o)) built for watchOS is anyone else receiving this? its just a warning, but its new none the less. Thanks !
Posted Last updated
.
Post not yet marked as solved
1 Replies
2.0k Views
Hey All I have a question about the widget url to deep link or goto a specific view in my main app once the widget is tapped. Is this URL passed in the App Delegate ? Then i control which viewcontroller to goto ? Im a little confused , I currently have a ObjC App, and the widget itself is working great , im just curious how the "hand off" between the widget and the main app works. Im new to the URL portion. And ideas or sample (even pseudo) code would be great !
Posted Last updated
.
Post marked as solved
2 Replies
821 Views
Hey All,Not sure where else to post this, and ill close it when its fixed, but it seems the ipsw download for the iphone x, seems to be a broken link. Of course that is the one i need haha.
Posted Last updated
.
Post not yet marked as solved
7 Replies
9.7k Views
does anyone have display issues in iOS 13 were corner radius is not working using a standard.cell.layer.cornerRadius = 5;cell.layer.masksToBounds = YES;this is a uitableviewcell
Posted Last updated
.