UIPasteboard is a built-in API that allows you to copy items to the pasteboard in iOS. A user then taps the blinking cursor into any field where text and images are allowed and “pastes” the contents currently in the pasteboard. Since this function can be very helpful, here is a simple tutorial on the ways to
There’s a new language on the block, and it’s recently had version 1.0 tagged. Go is a compiled language with some interesting features such as garbage collection, and concurrency that just works. More interesting perhaps though are the syntax choices for the language designed to make writing Go programs more compact and readable. They have a
