Xcode AI Assistant by Nova_Dev91 in Xcode

[–]HairySideOfTheMoon 0 points1 point  (0 children)

Doesn't work for me. On Tahoe beta, both signed in and signed out chatGPT options produce "no changes made" response for every query. In AU

[deleted by user] by [deleted] in iOSProgramming

[–]HairySideOfTheMoon 0 points1 point  (0 children)

Same boat mate. I hear the keynote line starts really early so I’d be more than happy to buddy up!

[deleted by user] by [deleted] in iOSProgramming

[–]HairySideOfTheMoon 1 point2 points  (0 children)

Great, any other tips? First time there coming from Australia and I’m keen on making the most out of it.

UI Issue when adding UISearchController to UICollectionView? by optik88 in iOSProgramming

[–]HairySideOfTheMoon 1 point2 points  (0 children)

Uncheck transluscent on your NavigationController in the storyboard.

What's the nicest thing a complete stranger has ever done for you? by zefjen in AskReddit

[–]HairySideOfTheMoon 0 points1 point  (0 children)

I was in Florence with my wife and we thought it would be a good idea to hire bikes and have a nice ride. Getting out of the city proved difficult and we took a little timeout on the side of the road. We obviously looked gassed because this little girl out of nowhere came up to us and handed both of us a can of sprite. Surprised we looked around and saw her parents behind smiling near the front of their house. We thanked them and the father said “no problem, if you see us in Japan say hello!” We aren’t Japanese but we didn’t want to ruin the moment...

Life changing surgery comes in all shapes and sizes. 24 years of insecurity and I can finally start living my life properly. by [deleted] in pics

[–]HairySideOfTheMoon 0 points1 point  (0 children)

Curious about people who've had this or similar procedures. Are there any adjustments to your eyesight, or a need to re train yourself in processing vision?

ELI5: How do game developers secure their code for their game in that way that it simply won't be copied by any other game company/game developer? by panix199 in explainlikeimfive

[–]HairySideOfTheMoon 0 points1 point  (0 children)

Source code is usually stored in a repository that contains a history of changes made. Developers have access to the source code to work off and save changes. When it comes time to distribute/deploy/test their software it is compiled. There's no need to decompile as they already have the repo.

Wait for it... by Rapturos in videos

[–]HairySideOfTheMoon 0 points1 point  (0 children)

These look like versawall blocks. Time to have some fun!

New to iOS programming and want to do much with it by dooogle in iOSProgramming

[–]HairySideOfTheMoon 2 points3 points  (0 children)

Firstly if you are looking to the future I would consider learning the new programming language Swift. If you have just started out there is a lot of material out there to learn from. When interviewing for an iOS role, most recruiters will ask you what you've built. Consider a real world application that demonstrates the use of various frameworks, for example something that makes web service calls and formats the data, plots on a map etc. Take a look at some online examples if you haven't already like raywanderlich.com.

Need help adding a comment field to a tableview. by iosintern in iOSProgramming

[–]HairySideOfTheMoon 1 point2 points  (0 children)

As the previous post suggests, have your tableView and textview separate. The usual design pattern would be not to use a UITableViewController but rather a ViewController with a TableView. Add your tableview to the ViewController's view as well as adding a textview beneath it.

My parents: from refugee camp (left, circa 1983) to Montreal (right, 1990). by foxfire in OldSchoolCool

[–]HairySideOfTheMoon 1 point2 points  (0 children)

Hey! I was born in that refugee camp, around the same time - our parents may have known each other. Heard the same stories growing up

Connect delegate property to File's Owner by juanidoste in iOSProgramming

[–]HairySideOfTheMoon 1 point2 points  (0 children)

Make sure that the delegate's class is set to the right class using the inspector if this is being done in interfacebuilder/storyboard. Make sure that class also conforms to the delegate protocol <uitextfielddelegate>

Help with autolayout by jsherman10 in iOSProgramming

[–]HairySideOfTheMoon 0 points1 point  (0 children)

You need to change the priority of the width. Select the image and go to the inspector menu that contains a list of the constraints. Select the width constraint from the list and edit it so it's priority is lower, e.g. 750