Showing 13 open source projects for "properties"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 1
    FLEX (Flipboard Explorer)

    FLEX (Flipboard Explorer)

    An in-app debugging and exploration tool for iOS

    FLEX (Flipboard Explorer) is a set of in-app debugging and exploration tools for iOS development. When presented, FLEX shows a toolbar that lives in a window above your application. From this toolbar, you can view and modify nearly every piece of state in your running application. Access any live object via a scan of the heap. View the file system within your app's sandbox. Browse SQLite/Realm databases in the file system. Trigger 3D touch in the simulator using the control, shift, and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    MJExtension

    MJExtension

    A conversion framework between JSON and model

    A fast, convenient and nonintrusive conversion framework between JSON and model. Dictionary-to-model framework with fast conversion speed and easy to use. A large number of unit tests have been carried out on various commonly used data scenarios. MJExtension is an ultra-lightweight framework that converts between dictionaries and models. Coding all properties of a model with only one line of code. Coding (archiving and unarchiving) of all attributes of the model can be achieved with just one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PINCache

    PINCache

    Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X

    PINCache is a fork of TMCache re-architected to fix issues with deadlocking caused by heavy use. It is a key/value store designed for persisting temporary objects that are expensive to reproduce, such as downloaded data or the results of slow processing. It is comprised of two self-similar stores, one in memory (PINMemoryCache) and one on disk (PINDiskCache), all backed by GCD and safe to access from multiple threads simultaneously. On iOS, PINMemoryCache will clear itself when the app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FMDB

    FMDB

    A Cocoa / Objective-C wrapper around SQLite

    This is an Objective-C wrapper around SQLite. FMDB 2.7 attempts to support a more natural interface. This represents a fairly significant change for Swift developers (audited for nullability; shifted to properties in external interfaces where possible rather than methods; etc.). For Objective-C developers, this should be a fairly seamless transition (unless you were using the ivars that were previously exposed in the public interface, which you shouldn't have been doing, anyway!). FMDB 2.7...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 5
    React Native Voice

    React Native Voice

    React Native Voice Recognition library for iOS and Android

    ... change the props or plugins, you'll need to rebuild (and prebuild) the native app. If no extra properties are added, defaults will be used. While the included VoiceTest app works without explicit permissions checks and requests, it may be necessary to add a permission request for RECORD_AUDIO for some configurations. Since Android M (6.0), user need to grant permission at runtime (and not during app installation).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Hyperion

    Hyperion

    In-app design review tool to inspect measurements, attributes, etc.

    In-app design review tool to inspect measurements, attributes, and animations. Hyperion is a hidden plugin drawer that can easily be integrated into any app. The drawer sits discreetly under the app so that it is there when you need it and out of the way when you don't. Hyperion plugins are designed to make an inspection of your app quick and simple. The View Inspector plugin allows you to inspect the properties of any view live within the app. Have a tiny view you want to inspect? No problem...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    RDVTabBarController

    RDVTabBarController

    Highly customizable tabBar and tabBarController for iOS

    Highly customizable tabBar and tabBarController for iOS. Add the items from RDVTabBarController directory to your project. If you don't have ARC enabled, you will need to set a -fobjc-arc compiler flag on the .m source files. The initialization is similar to the one for UITabBarController. Create an instance of the tabBarController and initialize its viewControllers. Each RDVTabBarItem has selectedBackground, unselectedBackground and corresponding properties for the icons: selectedImage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pop

    Pop

    iOS and OS X animation library for physics-based interactions

    Pop is an extensible animation engine for iOS, tvOS, and OS X. In addition to basic static animations, it supports spring and decay dynamic animations, making it useful for building realistic, physics-based interactions. The API allows quick integration with existing Objective-C or Swift codebases and enables the animation of any property on any object. It's a mature and well-tested framework that drives all the animations and transitions in Paper. By adding the project to your project and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LGAlertView

    LGAlertView

    Customizable implementation of UIAlertViewController, UIAlertView

    Customizable implementation of UIAlertViewController, UIAlertView and UIActionSheet. All in one. You can customize every detail. Make AlertView of your dream! Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. To install with carthage, follow the instruction on Carthage. Instead of change properties for every new alert view, you can use appearance to set them all only once and new alert views will use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10
    TTTAttributedLabel

    TTTAttributedLabel

    Replacement for UILabel that supports attributes, data detectors, etc.

    A drop-in replacement for UILabel that supports attributes, data detectors, links, and more. TTTAttributedLabel provides a simple way to performantly render attributed strings. As a bonus, it also supports link embedding, both automatically with NSTextCheckingTypes and manually by specifying a range for a URL, address, phone number, event, or transit information. It also includes advanced paragraph style properties. As of version 1.10.0, TTTAttributedLabel supports VoiceOver through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MagicalRecord

    MagicalRecord

    Easy Fetching for Core Data!

    In software engineering, the active record pattern is a design pattern found in software that stores its data in relational databases. It was named by Martin Fowler in his book Patterns of Enterprise Application Architecture. The interface to such an object would include functions such as Insert, Update, and Delete, plus properties that correspond more-or-less directly to the columns in the underlying database table. Active record is an approach to accessing data in a database. A database table...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    iOS Hierarchy Viewer for UI and CoreData

    iOS Hierarchy Viewer for UI and CoreData

    iOS Hierarchy viewer - View and Coredata debugging made easy

    iOS Hierarchy Viewer allows developers to debug their hierarchies for both UIView's and CoreData models. If there are problems with layout calculations, you can find them with ease by introspecting real-time preview of your views inside a browser. If your data is behaving weirdly, you can easily navigate through it via a browser. This tool predates commercial tools like Reveal and Spark Inspector, and it's available for free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TSMessages

    TSMessages

    Easy to use and customizable messages/notifications for iOS

    ... notification types with a different design. Add the new type to the notificationType enum, add the needed design properties to the configuration file and set the name of the theme (used in the config file and images) in TSMessagesView.m inside the switch case. Take a look at the Example project to see how to use this library. You have to open the workspace, not the project file, since the Example project uses cocoapods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next