wwdc Questions
2
UIDevice.current.name it's worked if used iOS15, but when I tested on iOS16 (beta3)
still return 'iPad' name all the time.
See related WWDC 2022 video file
https://developer.apple.com/videos/play/...
2
Solved
In the "Platforms State of the Union" video of WWDC2021 at 28:00 it was mentioned that
[Apple] even added support for asynchronously iterating line-by-line through a file
in Foundation ...
Landsturm asked 10/6, 2021 at 11:16
1
Solved
I need to update the live activity's view (like updating the text or remove and add buttons) after performing the intent action. For widget we have timeline mechanism to reload the UI. In apple doc...
Radiophotograph asked 16/7, 2023 at 6:47
3
Solved
I've been trying to update my (local & push) notifications to Communication notifications.
When a user receives a communication event from one of their friend, I want the displayed notification...
Restricted asked 30/6, 2021 at 16:24
1
Solved
I thought there used to be a relationship graphs for Xcode at the right corner(As indicated by the orange rect). But it's missing for Xcode 14.
Does anyone knows where it goes? Or how could I get i...
6
In the video Advances in Collection View Layout - WWDC 2019, Apple introduces a new 'orthogonal scrolling behavior' feature. I have a view controller almost identical to OrthogonalScrollingViewCont...
Stocks asked 28/12, 2019 at 20:18
2
Solved
SwiftUI has new features for Grid lists with lazy loading and PageView that I'm interested in implementing in my existing SwiftUI app compatible with iOS 13.
Let's say I compile my app in Xcode 12 ...
3
Apple introduced the concept of "Widgets" in the WWDC 2014. Widgets are used to give quick access to the application with much needed information. I tried to add Widgets to my application. It was e...
Bekha asked 3/7, 2014 at 9:36
1
Solved
Here is my scenario.
Someone has iPhone and iPad (iOS 13.0 or later), and he signed up with same appleID.
And he `sign in with apple` in his iPhone and try to `sign in with apple` again in his iPa...
Tbilisi asked 23/1, 2020 at 2:39
2
Solved
I followed the same steps as in "Using Core Data With CloudKit":
New project
Enable Core Data + Cloud Kit
Add iCloud/CloudKit entitlement + Background mode/remote notifications entitlement.
In th...
Harakiri asked 14/6, 2019 at 16:0
14
I am going through the Sample code of iPhone WWDC 2010 - 104 PhotoScroller App.
It's working great with my project related images (PDF Page Images)
but I am struggling detect touches in the PhotoS...
Latinity asked 19/10, 2010 at 11:48
2
I watched the keynote this year at WWDC and am excited about all the new feature additions being brought to iOS 11. The high importance Apple has placed on games in the App Store and the biggest up...
2
Solved
I am trying to develop an iOS application compatible with CarPlay.
According to this post Is iOS CarPlay API Public? How to Integrate CarPlay?, I have to be enrolled with Apple’s MFi program, but...
Generosity asked 1/3, 2017 at 8:17
2
I am trying to achieve same results that can be seen on 29:52 second of Enhancing VoIP Apps with CallKit - WWDC 2016.
In that video it shows that after answering call the buttons are moved and chan...
1
(As the title says), I would like to know if it is possible to see the screen of the apple watch on the mac (much like they do in the WWDC videos). I need to make a demonstration (to a remote clien...
Penelopepeneplain asked 17/9, 2015 at 14:22
1
Solved
I keep references to my NSLayoutConstraint
var flag = true
@IBOutlet weak var myConstraint: NSLayoutConstraint!
Then for some @IBAction I activate/deactivate depending on my flag variable:
@IBA...
Priedieu asked 11/7, 2015 at 14:57
1
Solved
I accepted "Apple Developer Program License Agreement" in the Member Center, but the notification is not hide in the iTunes Connect. I don't have in the Member Center any License Agreement in...
Nettienetting asked 9/6, 2015 at 3:59
3
Solved
Where can I download the WWDC 2010 code samples? I am a registered iPhone developer, but can't seem to find the samples on Apple's site.
Husch asked 24/6, 2010 at 16:23
1
Solved
In the WWDC 2012 Session titled The Evolution of View Controllers on iOS - (void)willMoveToParentViewController:(UIViewController *)parent and - (void)didMoveToParentViewController:(UIViewControlle...
Belted asked 29/11, 2012 at 2:20
2
Where can I download WWDC 2011's sample code from the videos?
I am a registered Apple Developer but did not go to WWDC. If I go to this link, then I only get videos with no code:
http://dev...
Bloody asked 30/6, 2011 at 14:2
1
© 2022 - 2025 — McMap. All rights reserved.