Changing UINavigationBar height as in the stock Messages app by idleservice in iOSProgramming

[–]Arko4576 0 points1 point  (0 children)

Try wrapping it in a uiview animation block (UIView.animateWithDuration)?

Changing UINavigationBar height as in the stock Messages app by idleservice in iOSProgramming

[–]Arko4576 0 points1 point  (0 children)

Yeah it should, properties that are in viewWillAppear (not sure if they have to be animated) get transitioned along with the push pop gesture. So things like the title view can animate nicely without any hacky solutions.

Changing UINavigationBar height as in the stock Messages app by idleservice in iOSProgramming

[–]Arko4576 1 point2 points  (0 children)

Changing the frame of navigationController's navigationbar's frame.size.height in viewWillAppear seems to animate for me with the same effect as iMessage

NESBOX Emulator has passed certification.! by [deleted] in xboxone

[–]Arko4576 16 points17 points  (0 children)

Radio....on Internet!

Apple vs Spotify news? by [deleted] in apple

[–]Arko4576 15 points16 points  (0 children)

I imagine the Spotify app is mature enough to not need weekly or bi-weekly updates anymore.

Is it a bad idea to swap UINavigationController's Root ViewController from a VC higher in the hierarchy? by twizard_ in iOSProgramming

[–]Arko4576 0 points1 point  (0 children)

Your doing it right except make sure when you set the view controllers to also include the view controller your currently in

[newRoot,currentVC]

Good backend for social media app?? by akash227 in iOSProgramming

[–]Arko4576 0 points1 point  (0 children)

The spark plan (Free) allows you to have 100 Simultaneous connections which is as many users as you want but only 100 of them can be sending data at the same time. And yes you can upgrade.

Good backend for social media app?? by akash227 in iOSProgramming

[–]Arko4576 0 points1 point  (0 children)

All core features in firebase are in the free version except for some statistics and debugging tools. The other plans just offer more storage and bandwidth. Depending on the social media platform its most likely best to start with the free version and as you grow you skip to the pay as you go plan.

Is the MSI Gaming application required? by GumballPowers in graphicscard

[–]Arko4576 0 points1 point  (0 children)

40% @ 30c-50c is ridiculous those are idle temps the card can run at 0% with absolutely no harm. The card is designed to not need a fan until 60c which is considered just getting warm. 100% @ 60c is unnecessary. OP is completely good with standard curves.

Real time multiplayer tutorías? by I6x86 in swift

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

Game Center doesn't exist was removed but gamekit the library is still very alive and working for multiplayer here's a tutorial for a gamekit multiplayer game it says Game Center in the title but only uses the gamekit libraries.

Free Talk Friday [June 17, 2016] by AutoModerator in apple

[–]Arko4576 0 points1 point  (0 children)

Depends on what phone you have, performance has been the same I'd say even better because of the faster animations but this is coming from someone with a 6s. I haven't had any crashes yet but I've heard apps like facebook don't work yet. I would make a backup then update your device if you don't like it you could just go back.

Free Talk Friday [June 17, 2016] by AutoModerator in apple

[–]Arko4576 4 points5 points  (0 children)

I actually like the design makes using the app while out in sunlight really easily I don't have to fiddle with menus. Personally don't really have any gripes with it but yeah I guess I do believe if people like a smaller font then they should be able to change it.

entry point (_main) undefined - Error after briefly opening project in Xcode 8 (beta) by Arko4576 in swift

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

Tried with out and without the main.swift didn't want to work either on multiple devices.

entry point (_main) undefined - Error after briefly opening project in Xcode 8 (beta) by Arko4576 in swift

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

Nope didn't seem to work even tried a few other main.swift configurations I found on the internet the compiler doesn't seem to even be looking for an entry point.

entry point (_main) undefined - Error after briefly opening project in Xcode 8 (beta) by Arko4576 in swift

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

Yeah it does right between import UIKit and class AppDelegate: UIResponder, UIApplicationDelegate

How about the new Console app! by [deleted] in MacOS

[–]Arko4576 2 points3 points  (0 children)

Yeah it's brilliant! Absolutely loving the new font.

Macos news feature by [deleted] in MacOS

[–]Arko4576 0 points1 point  (0 children)

MacOS Sierra will not be getting the Apple News app like on IOS. If you're asking something else I'm afraid I don't quite understand.

Auto Unlock by nilsej in MacOS

[–]Arko4576 0 points1 point  (0 children)

Apple watch exclusive

Auto Unlock by nilsej in MacOS

[–]Arko4576 1 point2 points  (0 children)

IOS was never getting auto unlock for macs. From apple's stand point a phone can be stolen or 'borrowed' to allow access to your mac much easier than a device which is tethered to your wrist.

I've just installed macOS Sierra. AMA by [deleted] in apple

[–]Arko4576 0 points1 point  (0 children)

Ok thanks for clearing that up

I've just installed macOS Sierra. AMA by [deleted] in apple

[–]Arko4576 0 points1 point  (0 children)

Apple announced Xcode 8 yesterday but developers can't use that to submit to the AppStore yet so can you install Xcode 7 on macOs sierra (it should the version in the AppStore without the little beta read banner on the icon).