CODE.MARKET
Search main icon svg
Enter ↵

Four Dots | iOS Universal Endless Board Game Template (Swift)

Author userpic
by cubycode
Four Dots | iOS Universal Endless Board Game Template (Swift) Android Game Mobile App template

Description

Four Dots | iOS Universal Endless Board Game Template (Swift) - 1

Four Dots | iOS Universal Endless Board Game Template (Swift) - 2 Four Dots | iOS Universal Endless Board Game Template (Swift) - 3 Four Dots | iOS Universal Endless Board Game Template (Swift) - 4 Four Dots | iOS Universal Endless Board Game Template (Swift) - 5 Four Dots | iOS Universal Endless Board Game Template (Swift) - 6 Four Dots | iOS Universal Endless Board Game Template (Swift) - 7

Four Dots | iOS Universal Endless Board Game Template (Swift) - 8 iOS and Android versions can share the same database on back4app

Four Dots | iOS Universal Endless Board Game Template (Swift) - 9

Four Dots | iOS Universal Endless Board Game Template (Swift) - 10

Four Dots | iOS Universal Endless Board Game Template (Swift) - 11

Four Dots | iOS Universal Endless Board Game Template (Swift) - 12

30 Apr 2020
• Updated the code to support Apple Sign-in method
• Updated the code to support iOS 13+ and Xcode 11+ versions 
• Improved design techniques in the code to improve user visibility
• Fixed the crash on getting heys messages.

19 Sep 2019
• Added views to home screen list items with some transparency to show some more advanced design to users. 
• Updated all list views with table views and added new views to each item of the list with rounded corners.
• Updated the account screen by adding an image to the whole item and added some transparency with views.
• Improved edit profile screen by adding view having some color contrast with the background to show more visibility of user info.
• Updated comments list by adding views behind each item with rounded corners and shades.
• Fixed the login issue with Facebook.
• Fixed design issues and updated to latest devices like iPhone X, XS Max etc.
• Added new views and rounded button corners with shades in into, login and sign up screen.
5 Jan 2019
• Improved the PHP version
25 May 2018
• Accordingly to the new EU GDPR terms, I've updated the 'tou.html' file and Documentation.
IMPORTANT: This means that if a User asks for his/her Account deletion, you must do it within 24 hours, as the GDPR's "Right to be forgotten" Article states (LINK: https://gdpr-info.eu/art-17-gdpr/)
18 May 2018
• Added the code to send push notifications when a user follows another user into OtherUserProfile.swift -> 'followButt()' method
16 May 2018
• Fixed a bug on the audio player in the Web PHP version by editing the 'echo' code for the audio part in the index.php, following.php, account.php and stream-details.php files
• Edited the follwing classes into 'material-kit.css' (I've just replaced '#' with '.'):
  .songSlider{
  .trackProgress{
• Edited the 'updatedTime()' function in the 'audio.js' file
5 April 2018
** WEB VERSION UPDATES:
• Commented out this piece of code in 'header.php':
   // REQUIRE HTTPS
   if ($_SERVER['HTTPS'] != "on") {
       $url = "https://". $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
       header("Location: $url");
       exit;
   }

and pasted it into 'index.php' and 'login.php'
• Replaced the code for showing videos in 'index.php', 'following.php', 'account.php', 'stream-details.php',  with the following code:
<div>
   <video id="media-video" controls style="max-width: 400px; border-radius: 8px;">
     <source src='.$videoURL.' type="video/mp4">
       </video>
</div> 
3 April 2018
• Updated to recommended settings with Xcode 9.3
• Updated the 3 Facebook SDKs (because of Swift 4.1 release):
FBSDKCoreKit.framework
FBSDKLoginKit.framework
FBSDKShareKit.framework
26 March 2018
• Added a Website PHP version where you can browse, like and comment streams (the mobile app is required to post streams)
• Updated the User guide
1 March 2018
• Added ".lowercased()" in the following line of code into "queryStreams()" nethod in Search.swift:
        let keywords = searchTxt.text!.lowercased().components(separatedBy: " ")
In this way you'll be able to search for users by typing their full name too


MyStream is an app template where you can post anything you would like to show to the world, like pictures, videos, audio recordings, and stickers, as well as any text you want.
Users can comment, like and share Streams, as well as report them and their Users to the Admin. You, as the Admin of the app, need to daily check your own Parse Dashboard for the reported content or users and take actions for them.

In addition to the mobile app, you can find a web PHP version where users can browse, comment and like Streams, check posts from the people they follow, report content and users. The website version has a javascript control that displays a different page in case of phones browsers detection, that page has the App Store badges where users can download the mobile app. Also, the website doesn’t allow people to post Streams, only the mobile version allow that.
You can check the demo website here: https://www.cubycode.com/mystream/index.php

Since its backend is by Parse you don’t have to buy any domain/hosting, there are NO PHP files to upload to a web server so you’ll save some money for server side.

MyStream is a native Xcode project, Swift language, Universal, Parse SDK hosted on https://back4app.com, super easy to customize.

Four Dots | iOS Universal Endless Board Game Template (Swift) - 13

Four Dots | iOS Universal Endless Board Game Template (Swift) - 14

I’m new to Xcode UI interface, any help?

Sure, start by reading this tutorial, it will surely help you get familiar with Xcode and its UI interface:

About Parse SDK and back4app

Read this article for more info about back4app and Parse SDK:

Can I host Parse Server on my own server?

Yes, although I don’t provide support for the setup process, you can read the official Guide here: https://parseplatform.org

I get a Code signing error in Xcode

That’s a bug of Xcode 8 with macOS Sierra, check this sample video to see how to fix it:

What about free support for this template?

I can offer free support for bugs encountered in the original code. Instead, if you’ve edited the code and messed something up with it, I may apply some fee to fix it either via TeamViewer or by checking your app project files directly on my computer.

Should I use the latest version of Xcode to edit this template?

Yes, I always update my apps to the latest version of the IDE.



Screenshots

Four Dots | iOS Universal Endless Board Game Template (Swift) - 15 Four Dots | iOS Universal Endless Board Game Template (Swift) - 16 Four Dots | iOS Universal Endless Board Game Template (Swift) - 17 Four Dots | iOS Universal Endless Board Game Template (Swift) - 18 Four Dots | iOS Universal Endless Board Game Template (Swift) - 19 Four Dots | iOS Universal Endless Board Game Template (Swift) - 20





  • Xcode 11.4+ project – Swift 4.5+
  • Universal – iOS 14.0+
  • AdMob Interstitial ads
  • Works with Parse Server hosted on back4app
  • Push Notifications for likes, comments and Messages
  • Chat Messages section
  • Post Pictures, Videos, Audio recordings, Stickers and Text
  • Settings screen to edit your profile, check your Activity, app version, and much more
  • Terms of Use HTML file (to be edited)
  • Report inappropriate/offensive users, comments and posts to the Admin
  • PDF User Guide included
  • PSD icon graphics included
  • Easy to customize, well commented code
  • Apple Mac with its latest OS version installed
  • The latest version of Xcode and some knowledge about its UI interface
  • Photoshop or any other image editor software
  • An Apple Developer account to submit apps to the App Store
  • An AdMob account to generate your own Interstitial UNIT ID
  • A free account on back4app.com



Four Dots | iOS Universal Endless Board Game Template (Swift) - 21

Four Dots | iOS Universal Endless Board Game Template (Swift) - 22

Four Dots | iOS Universal Endless Board Game Template (Swift) - 23

Product tags

    • 6 month free support included from author
    • Free lifetime product updates guarantee
    • 360 degrees quality control
    Secure payment & money back guarantee

    Related products