Classes

The following classes are available globally.

  • AppInfoAccessor provides the information about the app.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/07/2019
    See more

    Declaration

    Swift

    public class AppInfoAccessor
  • VersionHelper compares the version of the app. The version should be as the format of 1.2.3 where the first number will be changed if the style of the application is changed, the second number will be changed if some main functions are changed and the third number will be changed whenever errors or functions are fixed or changed.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    public class VersionHelper
  • DownCounter provides a simple counting down function.

    Author

    Adamas

    Version

    1.7.0

    Date

    03/05/2022
    See more

    Declaration

    Swift

    public final class DownCounter
  • CoreDataHelper is used to perform basic level core data interaction.

    Author

    Adamas

    Version

    1.5.0

    Date

    24/07/2019
    See more

    Declaration

    Swift

    public class CoreDataHelper
  • SettingManager provides the access to the app setting menu.

    Author

    Adamas

    Version

    1.8.0

    Date

    11/04/2022
    See more

    Declaration

    Swift

    public final class SettingManager : SettingManagerType
  • DiretoryHelper provides actions for an directory.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    open class DirectoryHelper : PathHelper
  • FileHelper is used to perform file related action.

    Author

    Adamas

    Version

    1.5.0

    Date

    29/03/2019
    See more

    Declaration

    Swift

    open class FileHelper : PathHelper
  • FileInfoAccessor gets information related to a file.

    Author

    Adamas

    Version

    1.5.0

    Date

    29/03/2019
    See more

    Declaration

    Swift

    public class FileInfoAccessor
  • PathHelper is used to perform path related action.

    Author

    Adamas

    Version

    1.5.0

    Date

    29/03/2019
    See more

    Declaration

    Swift

    open class PathHelper : FileManager
  • Logger is used to format a log.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    open class Logger
  • NetowrkHelper is used to perform basic level internet connection.

    Author

    Adamas

    Version

    1.9.2

    Date

    28/03/2023
    See more

    Declaration

    Swift

    public class NetworkHelper : NSObject
    extension NetworkHelper: URLSessionDataDelegate
    extension NetworkHelper: URLSessionDownloadDelegate
    extension NetworkHelper: URLSessionTaskDelegate
  • JSONParser parses the data of a JSON structure.

    Author

    Adamas

    Version

    1.5.0

    Date

    26/03/2019
    See more

    Declaration

    Swift

    public class JSONParser
  • IDGenerator generates a unique id.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    public class IDGenerator
  • ResourceHelper improves the ability to access resources.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    open class ResourceHelper
  • TextResourceHelper provides support for a text resource file.

    Author

    Adamas

    Version

    1.5.0

    Date

    23/03/2019
    See more

    Declaration

    Swift

    open class TextResourceHelper : ResourceHelper