Posts

Showing posts from January, 2014

iOS Keyboard over Network Alert

Image
Got this buggy screen, when i asked Siri to Post to Facebook and tapped on the Edit buton to compose my message, which eventually brought up the keyboard just after sending an SMS through my cellular Network, which brings up an Alert screen with a single "Dismiss" button at the bottom.  So, the Alert's "Dimiss" button got hidden by keyboard in this use case and i was finally unable to access my device.  Neither tapping on home button worked nor tapping on the power button worked.  Finally, i had to Restart the device for further usage. 

iOS7 iPhone App Store App BUG

Image
Got this screen while i was trying to download some app and my internet connection was fluctuating. 

iOS7 Messages App Blacks out

Image
iOS7 Messages App Bug. Occurred when i was switching back and forth between Home Screen & App Switcher & the Messages App. I was able to solve this only by removing the app running from the Background.

iOS 7.1 Beta 3 - Phone App Changes

Image
iOS 7.1 Beta 3 Brings New iPhone Call Screens, New Power Off Slider Apple has just seeded developers with iOS 7.1 beta 3 and it brings some notably changes including new iPhone call screens. The buttons to make call, accept call, decline call, and end call are now rounded. Additionally, the Remind Me and Message buttons presented when receiving a call are now smaller icons.

Add "Parallax Effect" to your UIView by this One Line Code

Would you like to add " Parallax Effect" to your UIView ? Just add this UIView category to your project and import it in any of your classes and apply like this to your code through a simple one line code : [self.view addParallaxEffect]; Also, keep in touch for more Categories  coming on the way.