Email Me 2.9 released.
With a new small redesigned and new features version 2.9 is out in the App Store. Download Email Me or see more info at emailmeapp.net
This author has yet to write their bio.Meanwhile lets just say that we are proud manuel contributed a whooping 27 entries.
With a new small redesigned and new features version 2.9 is out in the App Store. Download Email Me or see more info at emailmeapp.net
Introducing the brand new Digital Photo Frame App Website. Visit it at www.digitalphotoframeapp.com
More information: http://www.digitalphotoframeapp.com/ Download: https://itunes.apple.com/us/app/digital-photo-frame-pro-slideshow-creator/id1219786089?ls=1&mt=8
Originally posted in https://blog.liip.ch/archive/2017/03/14/adobe-after-effects.html Animation with After Effects Animations greatly improve the overall user experience of an app. They also bring different benefits to the user. In my last blog post about the SwiftAlps Conference, I wrote about the 12 basic principles of animations in design (see the slides in the blogpost). During the conference, we […]
Rhythm Box is a music box system for your iOS app written in Swift. The easiest way to create Music Rhythm Patterns in Swift. To Generate a constant BPM signal is as simple as this. let rhythmBox = RhythmBox(bpm: 120) rhythmBox.perform {CurrentBeat, CurrentSubBeat, CurrentNote in print(“CurrentBeat”, CurrentBeat) return .resume } And to generate a 90 BPM signal […]
This post was originally posted in https://blog.liip.ch/archive/2016/12/20/swift-alps-conference.html . Last month my colleague Kilian and I were pleased to attend the Swift Alps Conference, an experimental conference about Swift taking place in the Swiss Alps. This conference had a different format from what one can expect from a typical software development conference. In this case the format was […]
Suggestions Box is an open-source library now updated to Swift 3 made to aggregate users feedback about suggestions, features or comments in order to help you build a better product.
With the new iPhone 7 Apple has released the iOS 10 operating system and with it comes Xcode 8 and a new version of the Swift language for the iOS developer community. Swift 3.0 is an open source language that has been developed by the community together with Apple Engineers. One of the great things […]
An iOS UICollectionViewLayout subclass to show a list of contacts with configurable expandable items.
MEVFloatingButton is An iOS drop-in UITableView, UICollectionView, UIScrollView superclass category for showing a customizable floating button on top of it.