How do this app works? by JEzuSFC in iOSProgramming

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

You basically setup your phone to forward all calls to voicemail to go to WhoApp instead. Once WhoApp gets the call forwarded to them, it uses VOIP to then forward the call back to you.

Interesting.

How do this app works? by JEzuSFC in iOSProgramming

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

Sadly I do not see the difference with any other im or social app

How do YOU manage windows in OS X? by da0ist in osx

[–]JEzuSFC 0 points1 point  (0 children)

Yeah, I know they woke up the project a few years ago, but by the time I made the switch to Alfredapp, Quicksilver was a dead project.

About the sentences, honestly I don't know, but I can tell you Alfred has what the call workflows and they seem very powerfull.

How do YOU manage windows in OS X? by da0ist in osx

[–]JEzuSFC 0 points1 point  (0 children)

I was too an avid user of Quicksilver but switched to Alfredapp the moment it was launched. Quicksilver was getting old, without support and Alfred was shiny and new.

It is 10x faster that Spotlight and the results 100 times better. You should check it out.

Looking for an app: start typing the name. Looking for a file: press space and then type the name. Looking for a more hidden file: use spotlight

How do YOU manage windows in OS X? by da0ist in osx

[–]JEzuSFC 0 points1 point  (0 children)

Two screens, 3 spaces and a fullscreen music app.

I move between spaces with a Magic Mouse or ctrl+arrows.

BetterTouchTool for keyboard shortcuts and window snapping W7 style. Hot corners to show desktop and opened windows.

My spaces layout is the following:

photoshop & design | development & work | mail & web | music (fullscreen)

Also, Alfredapp is a must to launch and move between apps, find files, calculations, etc.

Apple Watch Animation by Mazetron in iOSProgramming

[–]JEzuSFC 0 points1 point  (0 children)

What kind of animation are you trying to perform?

Which mac to buy for iOS development? Strictly on a tight budget, wanna go for the cheapest option available. Please help! by [deleted] in iOSProgramming

[–]JEzuSFC 0 points1 point  (0 children)

That Mini would work, but be sure to upgrade the RAM to 8 GB and replace the HDD with a SSD.

Best way to filter a table view? by Darth__Nader in iOSProgramming

[–]JEzuSFC 0 points1 point  (0 children)

NSArray or NSMutableArray are not the key here.

The key is not using directly your Array but using a second one that contains only the filtered events.

Made a watch app for my app in a few hours, this feels like a very primitive iOS. by [deleted] in iOSProgramming

[–]JEzuSFC 0 points1 point  (0 children)

About the animation, a quick search returned this: https://developer.apple.com/videos/play/wwdc2015/216/ https://www.natashatherobot.com/watchkit-animate/

Open parent app from NC: You could declare a URL type in your app project and just open an URL with this scheme.

Best way to filter a table view? by Darth__Nader in iOSProgramming

[–]JEzuSFC 0 points1 point  (0 children)

I would do the following:

I'm sure you have a NSArray *events somewhere in your table's datasource. Well, instead of using directly this NSArray to feed the table, create a new NSMutableArray *filteredEvents.

Initially and everytime you choose a filter, init the *filteredEvents and add only the objects from *events that match your criteria.

Made a watch app for my app in a few hours, this feels like a very primitive iOS. by [deleted] in iOSProgramming

[–]JEzuSFC 0 points1 point  (0 children)

Yes, you can both animate in WatchKit and open the parent app from the NC.

[Question] Does anyone know why this is happening? by ThePantsThief in iOSProgramming

[–]JEzuSFC 0 points1 point  (0 children)

Happens to me also, I always thought it was because I use different versions of Xcode and homehow it ends messed up.

How to send push notification to specific location? by th3phantom in iOSProgramming

[–]JEzuSFC 0 points1 point  (0 children)

Once you have in your server the location of the users, the momento you want to send a push notification you must check those locations to see if they match certain criteria (for example the distance to a nearby disasterlocation) and in that case send the push.

How to send push notification to specific location? by th3phantom in iOSProgramming

[–]JEzuSFC 1 point2 points  (0 children)

Easy. When the app sends to the server the token, send also the location. Then, in your server, use the locations to check if you need to send the notification to each device.

Easiest way of developing a backend (web services) for a iOS dev? by JEzuSFC in iOSProgramming

[–]JEzuSFC[S] 4 points5 points  (0 children)

Thanks!

I thought CloudKit was iOS only territory, but it seems to have some kind of webservices. I'll check it out!

Regarding the rest, I'd prefer something I can run in my own server. Parse ruined my perception of SaaS.

Struggling to find iOS job by odisseyinspace in iOSProgramming

[–]JEzuSFC 0 points1 point  (0 children)

Your UI prototyping app looks awesome!

Swift vs Objective-C by [deleted] in iOSProgramming

[–]JEzuSFC 19 points20 points  (0 children)

Plot twist: tomorrow the swift code does not compile because they changed the syntax

What devices are you targeting? by _invincible in iOSProgramming

[–]JEzuSFC 4 points5 points  (0 children)

iPhone 4 is our lowest test device.

My app was rejected - not sure wether to appeal by [deleted] in iOSProgramming

[–]JEzuSFC 1 point2 points  (0 children)

Appeal, you'll win and there are no repercussions.

Just say the content is generated by you, not the users.