Blue Yeti Microphone
Rode Stand
Spider Shock Mount
Mac Keyboard Cover
Screenflow - recording software
Get nth character of a String & get a Substring from a String
To get n character of a String in Swift you simply use Index, same to get a substring. The code below does the following: Get the nth character from a String (1) Get the nth character from the End of a String (2) Get a Substring from a string from X position to Y position […]