[program-l] Re: xcode ios development

  • From: Barry Hadder <bhadder@xxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Mon, 19 Apr 2021 09:52:53 -0500

Use the arrow keys to select an object in the library and copy to the clip 
board.  Interact with the outline and paste.


On Apr 19, 2021, at 03:29, juanhernandez98@xxxxxxxxx wrote:

This is fantastic.
 
I’m learning the swiftUI stuff, but can anyone still explain to me the old 
way via storyboards?
 
I tried focusing the mouse , then doing a mouse down press and hold, then I 
went to the place, in the doc outline, found the viewcontroler, vo+right to 
the button, and lifted my mouse button but it didn’t drop the control.
 
Can someone give me some pointers? I’m loving swiftUI, but the old UIKit is 
still being used and I want to be able to work with myclass mates. If its 
possible.
 
Best,
 
Juan
 
From: program-l-bounce@xxxxxxxxxxxxx 
<mailto:program-l-bounce@xxxxxxxxxxxxx><program-l-bounce@xxxxxxxxxxxxx 
<mailto:program-l-bounce@xxxxxxxxxxxxx>> On Behalf Of Ryan Mann
Sent: Monday, April 12, 2021 5:43 PM
To: program-l@xxxxxxxxxxxxx <mailto:program-l@xxxxxxxxxxxxx>
Subject: [program-l] Re: xcode ios development
 
That tutorial is out of date.  I will give a few tips for navigating Xcode 
then I will give a link for a good SwiftUI tutorial. 
After you create a project, you can press Command 1 to open the project 
navigator.  This lists all of your files in the project.  Interact with the 
table and VO left or right arrow to go through the list of files.
After you find the file you want, press VO J until you get to the source 
editor.
Command 5 goes to the issue navigator.  This is where you go when you find 
out that there are errors in your code.  Interact with the table. 
VO left or right to go through the issues.  After you hear an error, you can 
press VO J to jump you to the line in your source code with the error.
A lot of tutorials will have you run your code in the simulator and that is 
what Xcode does by default.  If you are a VoiceOver user, you should connect 
your iOS device to your Mac and do the following to run your app on the iOS 
device:
Make sure you are signed into an Apple developer account with XCode.
Press VO M to open the menu.
VO Right arrow to Product.
VO Down Arrow to destination.
VO Right Arrow to open the menu.
VO down arrow to your iOS device.
Press VO Space.
Press Command R to run.  If there are no issues, your app should start 
running on your iOS device.
A good SwiftUI tutorial is the 100 days of SwiftUI course: 
http://hackingwithswift.com/100/swiftui ;
<http://hackingwithswift.com/100/swiftui>
 
On Mon, Apr 12, 2021, 12:17 PM Ann M Medlar <amedlar1@xxxxxxxxx 
<mailto:amedlar1@xxxxxxxxx>> wrote:
Hi Ryan,
I read this post early this morning.  Just got back from the doctor and glad 
you replied.   
Is this tutorial worth a listen?
 
From: program-l-bounce@xxxxxxxxxxxxx 
<mailto:program-l-bounce@xxxxxxxxxxxxx><program-l-bounce@xxxxxxxxxxxxx 
<mailto:program-l-bounce@xxxxxxxxxxxxx>> On Behalf Of Ryan Mann
Sent: Monday, April 12, 2021 6:29 AM
To: program-l@xxxxxxxxxxxxx <mailto:program-l@xxxxxxxxxxxxx>
Subject: [program-l] Re: xcode ios development
 
You no longer need to drag and drop.  Apple came out with something called 
SwiftUI.  Instead of dragging and dropping, you can do everything 
programatically.  I have a post about this on my blog.  The blog site is 
https://technologyisawesome.com ;<https://technologyisawesome.com/>.  If you 
have trouble finding it, let me know and I will get the link for the 
specific post. 
 
On Mon, Apr 12, 2021, 3:25 AM <juanhernandez98@xxxxxxxxx 
<mailto:juanhernandez98@xxxxxxxxx>> wrote:
HI All,
 
I was reading this tutorial:
 
https://www.applevis.com/guides/voiceover-users-guide-xcode ;
<https://www.applevis.com/guides/voiceover-users-guide-xcode>
 
this is a couple years old.  He mentioned xcode 7 here and we are on xcode 
12 I think.
 
Do we still have to do the drag/drop to place controls from the object lib? 
Onto the story board?
 
Does anyone have an up-to-date tutorial on how to manage the xcode ide?
 
Best,
 
Juan

Barry Hadder
BarrettHadder@xxxxxxxxxx



Other related posts: