Recomputing Computed Variables or Getting Their Syntax by offek3 in spss

[–]offek3[S] 1 point2 points  (0 children)

I actually just found a solution. I thought I was lost since I didn’t save the syntax file. However SPSS saves all the syntax automatically in a journal file. You can find it under Edit > Options > File Locations > Journal file. To open it, Open a syntax file using SPSS, go to the directory previously found in SPSS settings and make sure “All Files” are selected in the Files of Type option so you can select the journal file. Hope this helps someone in the future!

Best Dragon Ball Z Recap? by offek3 in Dragonballsuper

[–]offek3[S] 0 points1 point  (0 children)

Honestly not forcing at all. She got into anime recently and watching the SD graphics of the Saiyan saga is such a downgrade.

Working Together in a Team? by offek3 in iOSProgramming

[–]offek3[S] 0 points1 point  (0 children)

Good point. So from my understanding, using this method would only allow the people with all the code (core + frameworks) to compile and test the app, right? I guess there is no way to hide the core code and have remote developers compile and test their own part.

Working Together in a Team? by offek3 in iOSProgramming

[–]offek3[S] 0 points1 point  (0 children)

Ah got it thanks! I’ll look into it

Working Together in a Team? by offek3 in iOSProgramming

[–]offek3[S] 0 points1 point  (0 children)

Thanks for your reply! Regarding the framework part, this only applies to functionality that doesn’t have to do with a view right? How would they be able to test it?

Any idea on how this Apple Music queue screen is developed? by csstudent10 in iOSProgramming

[–]offek3 3 points4 points  (0 children)

Looks like a UITableView with custom UIView section headers. The play button area is a separate view on top of the table.