iOS
XYScrollViewSample, Vertical and Horizontal scroll view, Swift 4
In case of making scroll view like showing calendar, need to implements vertical and horizontal scroll functionality. Here is a sample code of showing calendar. Hope this will help you.
Raw Photo Capture Sample Swift 4 + iOS 11
As you know, dngPhotoDataRepresentation() API has deprecated at iOS 11 and later. So, We need to change the API to the fileDataRepresentation(). But How?
REC&RECOG – Ver.2.3.0 – New feature is able to view transcripts like timeline
January 26, 2018 AppleiOSREC&RECOGVoid
🆓RECORD & RECOGNIZE is MP3/WAV audio recorder has some filters. Speech to Text is using IBM Bluemix Watson Speech to Text service. 🎉Ver.2.3.0 that can view transcripts like timeline is ready to download.
RECOG – Ver.1.7.0 – New feature is able to view transcripts like timeline.
January 26, 2018 AppleiOSRECOGvTXT
🆓 RECOG can transcripts speech to text from Microphone or Internet audio file. By using IBM Bluemix Watson Speech to Text service. 🎉Ver.1.7.0 that can view transcripts like timeline is ready to download.
How to check see if iPod audio file is DRM or not downloaded?
November 16, 2017 DevelopmentiOSSwift
MPMediaItem is a collection of properties that represents a single item contained in the media library. It contains property to see if audio file of the iPod is DRM or downloaded.
LIT MUSIC Player – EQip – Ver.1.10.0 Adds Playback History
Ver.1.10.0 Added Playback History on the Music and YouTube. To check the history, tap the right up button.
SKView. Falling snow overlaying existing view. Swift 4.
October 23, 2017 DevelopmentiOSSwift
To add falling snow 🌨 effect on your existing view. Need to pass the events in to underlying view.
10 Bands Parametric Equalizer. Swift 4.
October 22, 2017 iOSPrototypingSwift
AVAudioEngine has a equalizer function. That has some of filter types. Here is a just sample code of the parametric equalizer.
Emoji/String convert to UIImage. Swift 4
Sometimes would like to convert Emoji to Image. Full project is here. I hope this will help.
Xcode 9 – Source Control Navigator issue
October 19, 2017 AppleDevelopmentiOSXcode
Source Control Navigator can be show one project usually. But sometimes show multiple project on Source Code Navigator. Why?☹️