Questions tagged [wwdc]

WWDC stands for the Worldwide Developer's Conference, a conference for iOS and OS X developers held by Apple in San Francisco, in the Moscone West convention center.

WWDC is an abbreviation for the Worldwide Developer's Conference, a conference for and developers held by Apple in San Francisco, in the Moscone West convention center.

The opening keynote by Apple's top executives often is the announcement place of multiple software and hardware announcements . The Presidio, the room in which these announcements are made, seats over 5,000 people.

125 questions
0
votes
1 answer

How to give default value to TableColumn in Table

I have this sample code: struct Item: Identifiable { var id = UUID() var name: String? } struct ItemTable: View { let items: [Item] var body: some View { Table(items) { TableColumn("Name",…
Lorenzo Fiamingo
  • 3,251
  • 2
  • 17
  • 35
0
votes
1 answer

Is it OK to use swiftUI in playground when submitting playground file for WWDC 2021 Scholarship?

Is it OK to use SwiftUI in a playground when submitting the playground file for WWDC 2021 Scholarship? So, Apple says they only accept the playground file, and it seems using SwiftUI makes me way easier to create a scene. But I'm not sure whether it…
Seungjun
  • 874
  • 9
  • 21
0
votes
1 answer

Rendering Terrain Dynamically with Argument Buffers : Understanding why the particle buffer is not overwritten by the GPU inflight

I am looking through an Apple demo project that is associated with the 2017 WWDC video entitled "Introducing Metal 2" where the developers demonstrate the use of argument buffers. The project is linked here on the page titled "Rendering Terrain…
0
votes
1 answer

How to drag around editor panes in Xcode 11?

In one of this year's (2019) WWDC presentations, a speaker briefly demonstrated dragging an editor pane around in a window to reorganise the panes he had open. A thin blue line appears when you're hovering between other editor panes to show you…
rayascott
  • 1,012
  • 9
  • 9
0
votes
1 answer

Is there a WWDC 2019 session videos summary?

There are so many videos released each year and it would take way too much time to actually watch them all. Many times you don't even know that it was interesting for you before you actually got to know the details. Therefore my question: Is there…
hoshy
  • 481
  • 6
  • 15
0
votes
1 answer

How to add circle annotation in pdfkit swift?

I am using pdfkit and added circle annotation with fixed size and width but i want to draw with dynamic height and width. Here is my code : Here : start is my CGPoint from where i start to finger end is second CGPoint where i ended to move…
Mahesh Shahane
  • 489
  • 5
  • 16
0
votes
0 answers

How to implement “Building a More Performant Layout” in code on WWDC18 session 220

I recently watched the video of WWDC18. I am very interested in the example mentioned in it. There is such a problem in my own app. However, the engineer only talked about the concept and did not have the example code. I really want to know how to…
Leo.J
  • 317
  • 1
  • 3
  • 10
0
votes
1 answer

UITableView in xcode playground is not showing text/subtitles

I was following an article about WWDC17. Everything was fine, but my live view is not looking like what it should be. The (.subtitle) and table cell are not showing anything Could anyone please help me how I could do this work? Following is the…
0
votes
2 answers

Suggested order to view WWDC 2010 videos

I got WWDC 2010 videos. However, there are 68 of them and thats for iPhone only with each video having an average of 50 mins. I know you can watch them independently depending on your interest. However, is there a suggested order in which to view…
Dev
  • 6,207
  • 4
  • 27
  • 32
0
votes
1 answer

Issue running Scene Kit's presentation WWDC2013 code

I am trying to run the source code from Apple's Scene Kit presentation from WWDC2013. I am getting an error and not sure how to resolve. Here is the error I am getting: ASCSlideNodeDelegate.m:238:94: Type of property 'view' ('NSView * _Nonnull')…
0
votes
2 answers

How to start with particular Image using the iPhone WWDC 2010 - 104 PhotoScroller

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) Now I want to start the app from a custom image no - Say 5. And it should show 6th image on next…
Roger_iPhone
  • 737
  • 1
  • 9
  • 20
0
votes
1 answer

how to download WWDC 2010 video now by curl or wget?

for example : https://developer.apple.com/devcenter/download.action?path=/videos/wwdc_2010__hd/session_122__accessibility_on_iphone_os.mov when i enter curl…
seguedestination
  • 419
  • 4
  • 19
0
votes
1 answer

Xcode Playground: new pages cannot refer to source files

I was very excited to view the video on WWDC2015 Session 405 Authoring Rich Playgrounds , in that they seem to promise to reuse a piece of code in Sources, among different Pages. However, it seems not happen automatically. I mean, a new page…
Juguang
  • 621
  • 2
  • 5
  • 15
0
votes
1 answer

Snippet tool that is used in WWDC2010 videos

Does anyone know the code snippet tool that was used in some of the WWDC2010 videos? It seems that the the tool allows us to create snippets of code which can be labeled. This tool also allow us to click and drag the label to Xcode code editor…
Samuel Chandra
  • 1,185
  • 7
  • 13
0
votes
0 answers

What's the meaning of 'chrome' spoked many times at the video 'A Look Inside Presentation Controllers', WWDC 2014

I'm watching WWDC 2014 videos to follow up trends about developing iOS software. However I'm not a native English user, so I couldn't understand the exact meaning of the word 'chrome' appears many times at the video 'A Look Inside Presentation…
1 2 3
8 9