iPhone and iPad development
658.7K views | +14 today
Follow
iPhone and iPad development
Tips, Libs and more about iPhone and iPad development and ios
Curated by Vincent Demay
Your new post is loading...
Scooped by Vincent Demay
Scoop.it!

Reveal App - inspect, modify, debug

Reveal App - inspect, modify, debug | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

Did someone try it?

Vincent Demay's comment, August 1, 2013 5:14 AM
What are the main benefits?
Ibrahim Ennafaa's comment, August 2, 2013 10:35 AM
solving unexplained UI issues or testing UI view positions (as you can change the frame of any view live)
Jan Lübeck's comment, October 3, 2013 11:15 AM
Oh my god, this is the best thing since Firebug for Web Development. I signed in to Scoop.it just to thank you for this link. Great collection of links by the way. Thanks!
Scooped by Vincent Demay
Scoop.it!

Handy Xcode Plugin For Working With CocoaPods

Handy Xcode Plugin For Working With CocoaPods | iPhone and iPad development | Scoop.it

With the CocoaPods Xcode plugin you can install pods within the projects podfile, related documentation, edit podfiles, and install CocoaPods updates all from within Xcode using a convenient menu.

This plugin has been tested to work within Xcode 5 – some plugins do have issues, this is not one of them.

Vincent Demay's insight:

Plugin sources can be found on githug : https://github.com/kattrali/cocoapods-xcode-plugin

No comment yet.
Scooped by Vincent Demay
Scoop.it!

Libraries For Easier Drawing Of Custom UI Elements, CoreImage Filter Enhancements And More

Libraries For Easier Drawing Of Custom UI Elements, CoreImage Filter Enhancements And More | iPhone and iPad development | Scoop.it

SimulatorRemoteNotifications is an iOS library to send (fake) remote notifications to the iOS simulator.

The library extends UIApplication by embedding a mini server that listen for udp packets containing JSON-formated payload.

Note that SimulatorRemoteNotifications does not send notification through Apple's Push Service.


To send a remote notification, send an udp packet to localhost:9930. You can do this from the terminal by using netcat:

echo -n '{"message":"message"}' | nc -4u -w1 localhost 9930

Vincent Demay's insight:

Source: https://github.com/acoomans/SimulatorRemoteNotifications

No comment yet.
Scooped by Vincent Demay
Scoop.it!

Qwarkee

A developers tool to convert vector art to Objective-C Quartz 2D code.


Save Memory - Draw in Code!


Download it from the Mac AppStore
http://itunes.apple.com/us/app/qwarkee/id498340809?ls=1&mt=12

No comment yet.
Scooped by Vincent Demay
Scoop.it!

CertificateHelper Explains why your Developer Certificates are not working on iOS

CertificateHelper Explains why your Developer Certificates are not working on iOS | iPhone and iPad development | Scoop.it

A tool that tells you why your certificates might not work. It is designed to be easily extensible and currently implements the following Certificate Problems (to add a problem, subclass CertificateProblem and implement +load,-infoObjects and -htmlDescription)


  • NoCertificateProblem: No problems found, your certificates should work
  • MissingCertificatesProblem: No Certificates were found that have a name like "3rd Party…"
  • MissingPrivateKeyProblem: No Private key found for your certificates. You need the private keys in order to sign with the certificates

Feel free to fork/extend Certificate Helper


✔ Sources: https://github.com/karstenBriksoft/CertificateHelper


No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)