Quantcast
Channel: Xcode – Eric Dolecki Blog
Browsing all 36 articles
Browse latest View live

iBeacons development… speed

So now that iOS 7 is finally out – it took me a little while to get used to the aesthetics and I only have nits with default button hit-area designation (there is none) & the appearance of...

View Article


WWDC catch up, co-workers, and KMT magazine

WWDC catch up Today when I wasn’t performing some administration project documentation and work, I was watching WWDC 14 videos. I started off with some of the basic topics, like what’s new in Xcode 6,...

View Article


A Mac OS X Finder trick for developers

If you’re like me and use many different tools, getting to them might take a tiny bit getting to. You might use Alfred (which is incredible), or you may use Spotlight in Mavericks or even better in...

View Article

Back to iOS Development

I have been buried in Android Studio for the past several months. Learning that from scratch didn’t come without it’s challenges and brief excitement. But I’ve really grown to loath Android development...

View Article

Extension management for Swift projects

The way that extensions are handled in Swift is lovely. If they exist in any file, they are available project-wide. Meaning you don’t need to import them into a Swift file for functional inclusion....

View Article


Coding the extra mile

I recently came across some labels in a design I’ve been working on that I originally deployed using NSLineBreakMode.ByTruncatingTail. Conscious of a possible situation where text coming into the...

View Article

Swift 2.2 updates

Yesterday came a slew of updates from the mothership. One of them was Xcode 7.3 with Swift 2.2 onboard. Some capabilities have been included in Swift 2.2 that will produce some deprecation warnings....

View Article

Swift optional variable assignment with ??

Old way: [crayon-5a2dca8f3a5eb128770197/] Pretty nifty. I saw this online someplace. The ?? is called a nil coalescing operator. It’s used to provide a default value when unwrapping an optional type....

View Article


Developing with a live backend

Sometimes developing on a live backend is a royal pain in the ass, Yorkshire pudding included with gravy from lost puppy’s caramelized souls. Time goes by with an inability to get proper work done...

View Article


Multi-platform API for Google Nearby Messages

I happened upon a video presentation from Google I/O 2016 that I felt was interesting. It was called “Introducing Nearby: Physical proximity within and without apps – Google I/O 2016”. I present it...

View Article

Image may be NSFW.
Clik here to view.

Xcode 9: lost syntax highlighting and autocomplete?

Have you ever been working on a project, and then one day your syntax highlighting is gone? Your autocomplete is generating almost nothing useful? This trick saved me from bouts of madness. Quit Xcode...

View Article

Image may be NSFW.
Clik here to view.

Verifying assets with the iTunes Store… solved

Your mileage may vary with this post, but in my case, I was chasing my tail for some time while finally coming to a solution. At work, I generally author all kinds of prototypes. Sometimes I use Xcode...

View Article

Image may be NSFW.
Clik here to view.

Documentation is king ♔

Proper and well-thought out documentation in your code and in your README.md files is so key. I don’t care if you’ve only been coding for a month and most of your code is crap – I’ll take your stuff a...

View Article


Image may be NSFW.
Clik here to view.

Command PhaseScriptExecution failed with a nonzero exit code

Have you encountered this Build error in Xcode too? Here is some background and how I was able to get past this issue. I was building just fine in the office on a Wednesday afternoon. I threw my mouse...

View Article

Image may be NSFW.
Clik here to view.

Git and removing files…

Most of the time that I have spent in Xcode working on a project under source control (Git) has been my own project or something very simple with perhaps one other person not spending much time...

View Article


Image may be NSFW.
Clik here to view.

Sharing your Apple HealthKit data

I recently saw a personal trainer’s website because I liked the layout they were using and was looking at it for purely aesthetics reasons. I noticed they were sharing some details about their current...

View Article
Browsing all 36 articles
Browse latest View live