iOS – Hide apps on springboard

This is a trick to make an app invisible on Springboard.

Open your application .PLIST and add these lines:

[...]
<key>SBAppTags</key>
<array>
<string>hidden</string>
</array>
[...]

Build and Run!

Note that your app is hidden from recents and springboard!

have fun.

 

Objectivec – 3D View Rotation

Today, how to make a 3d rotation using two UIView.

Problem

I want to rotate my view in 3d perspective, but after animation, buttons not responds to touch events.
This happens because after a 3d trasform, the point of view is different, and the frame go out for a walk…

Read More

 

TV B Gone kit

What is?

TV-B-Gone is a ‘universal’ remote control device, it is basically like a remote control but with only the “Power” button.

“You can use TV-B-Gone® to control access to television for philosophical or practical reasons, or simply to have fun!“
—Mitch Altman, Inventor of TV-B-Gone®

Read More