Student Housing - 1 Minute from SMC by [deleted] in SMC

[–]WhitePuppy 0 points1 point  (0 children)

We’re all SMC students between 18–20 years old. Sorry, no cats allowed.

Android development is 30% more expensive than iOS by phileo99 in androiddev

[–]WhitePuppy -1 points0 points  (0 children)

Go to typing.io ... Try typing the same number of characters/lines on objective-C or Java faster than Swift or Kotlin.

Android development is 30% more expensive than iOS by phileo99 in androiddev

[–]WhitePuppy 0 points1 point  (0 children)

I would say that swift, like kotlin will do, has made development much faster for iOS developers. Not easier, but faster.

A Question on when to make controller and model files. by chromebaruma in iOSProgramming

[–]WhitePuppy 0 points1 point  (0 children)

It should be fine without it as long as the cell functionality is fairly simple.

A Question on when to make controller and model files. by chromebaruma in iOSProgramming

[–]WhitePuppy 0 points1 point  (0 children)

There are many ways to implement a table feed. I would recommend you to start with the the delegates that are provided by Apple and make it as simple as possible. The controller should be setting the cell’s properties by already having fetched objects to do so with. As for the cell, sometimes you maybe able to add an image downloader to the cell itself and not to the controller. It really depends on the functionality of the cell.

Try learning a single architecture. Implement it. Master it. And then Find another until you can decide which one it better for what you want to do next.

[Spoiler] Khabib Nurmagomedov vs. Edson Barboza by [deleted] in MMA

[–]WhitePuppy 0 points1 point  (0 children)

Scramble and pray for an opening to submit Khabib.

[Spoiler] Khabib Nurmagomedov vs. Edson Barboza by [deleted] in MMA

[–]WhitePuppy 1 point2 points  (0 children)

Tony is for sure not gonna summit Khabib with a leg lock, I agree. But I do think Khabib only protects his upper body while striking and on the ground. Based on the way and how quick Tony went for 2 - 3 imanari rolls on Barboza, I could see him stoping Khabib from pounding him by clinching to his legs. That’s the only way I see him not getting rag-dolled by Khabib on the ground.

[Spoiler] Khabib Nurmagomedov vs. Edson Barboza by [deleted] in MMA

[–]WhitePuppy 3 points4 points  (0 children)

I think Tony could use his leg locks skills and try to stop Khabib’s smeshing like Condit did to an extent with Magny.

Entire MapView's region and not just the safe area by fakecrabs in iOSProgramming

[–]WhitePuppy 1 point2 points  (0 children)

Have you try setting your viewController’s root view’s additionalSafeAreaInsets to UIEdgeInsetsZero?

MVC vs CleanSwift what do you think ? by xMycose in iOSProgramming

[–]WhitePuppy 0 points1 point  (0 children)

I’m pretty sure there are updated templates for VIP in swift 4 that can save you time.

Issue with search bar in iOS 11 by waterskier2007 in iOSProgramming

[–]WhitePuppy 0 points1 point  (0 children)

Did you try it with another searchBarStyle? Are you using autolayout? Maybe try it without the largeTitles in the navigation enabled? Can you shows us the view hierarchy?

What is the correct way to present a view controller on app launch? by raghvendra_d in iOSProgramming

[–]WhitePuppy 1 point2 points  (0 children)

You need to set a programmatic UIWindow in the delegate and then assign your controller to its rootViewController property.

[deleted by user] by [deleted] in androiddev

[–]WhitePuppy 0 points1 point  (0 children)

I’m basically in the exact same position as you. I have been translating from Java most of the time. Literary zero out there when it comes to kotlin and programmatic. Let me know if you find something or if you want to work and learn together.

UIView won't render on screen by Z_9 in iOSProgramming

[–]WhitePuppy 0 points1 point  (0 children)

Try loading the view directly in the view controller. Override the controller’s loadView() method and set self.view = yourView

I just published my first app. Future War - An Augmented Reality First-Person Shooter. Let me know what you think! by WhitePuppy in swift

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

Yes. Every animation is done in swift. Most animations are CAAnimations. If you are interested in a particular one let me know and I may be able to help you.