• Home
  • About
  • Our Apps
  • Learn
  • Contact
Login

Register

Login
Seemu Apps Seemu Apps
  • Home
  • About
  • Our Apps
  • Learn
  • Contact
13 Apr
0

Generating a Random Number in Swift

Posted by Andrew | ios, swift, tutorial, xcode |

Generating a random number in swift is easy. This tutorial will cover generating a random int, double, float and CGFloat using simple functions. To generate a random integer use the...
Read More

12 Apr
1

Swift check if an element is in an array

Posted by Andrew | ios, swift, tutorial, xcode |

Checking if an element is an an array in swift is easy, with no special code required. In the example below we search our array the number "3" and print...
Read More

07 Apr
5

Read from and Write to a text file in Swift

Posted by Andrew | ios, swift, tutorial, xcode |

Reading & writing to a text file in Swift is simple. We use the documents directory to store our text files and read from them. The code below does this....
Read More

05 Apr
1

Split String into Array by Words

Posted by Andrew | ios, swift, tutorial, xcode |

Splitting a string into an array based on the word sounds daunting initially, however is quite simple. To achieve this follow the sample code below: let sentence = "Hello im...
Read More

04 Apr
0

NSDateFormatter Date Format Cheat Sheet

Posted by Andrew | cheatsheet, reference |

Below is a cheat sheet table for the most common formats needed by NSDateDateFormatter. I found I needed this way to often and always resorted to googling it so here...
Read More

30 Mar
1

Converting a NSDate to a String and String to a NSDate

Posted by Andrew | ios, swift, tutorial, xcode |

Converting a NSDate to a String and back again is easy with a few lines of code. NSDate to String let date = NSDate() // Get Todays Date let dateFormatter...
Read More

30 Mar
0

App Transport Security Blocked Fix

Posted by Andrew | ios, swift, tutorial, xcode |

The Error Got the following error in your app when trying to run it? Connections to websites not working in your app? Well there is a simple fix below! Why...
Read More

29 Mar
2

Move UITextField when keyboard is presented

Posted by Andrew | ios, swift, tutorial, xcode |

It is simple to move the UITextField out of the keyboards way with a few methods using Swift and the UITextFieldDelegate. At the end of this you will be able...
Read More

23 Mar
1

Tutorial – Set Navigation Bar Text Color

Posted by Andrew | ios, swift, tutorial, xcode |

You can simply set the Navigation Bar text (tint) Color in XCode using one line of code. This is for the back button and any buttons with text on the...
Read More

23 Mar
3

Tutorial – Custom Navigation Bar Back Arrow

Posted by Andrew | ios, swift, tutorial, xcode |

You can simply set the Navigation Bar back image style with a small amount of code. The arrow color will still be the same as the navigation bar tint color (Tbe...
Read More

  • 1
  • 2
  • …
  • 6
  • 7
  • 8
  • …
  • 10
  • 11

Welcome

Hi I am Andrew and welcome to Seemu Apps! Have a look around, we provide tutorials for primarily iOS apps.
Bluehost website hosting discount

Seemu’s Studio Setup

Blue Yeti Microphone
Rode Stand
Spider Shock Mount
Mac Keyboard Cover
Screenflow - recording software

Contact Us

We're currently offline. Send us an email and we'll get back to you, asap.

Send Message

Footer

:)

© 2026 · Your Website. Theme by HB-Themes.

  • Home
  • About
  • Our Apps
  • Learn
  • Contact