• Skip to primary navigation
  • Skip to main content

iOS App Dev Libraries, Controls, Tutorials, Examples and Tools

ManiacDev.Com

  • Tutorials
  • Libraries
  • UI Controls
  • Swift
  • Examples
  • Tools
  • Design
  • Show Search
Hide Search

Featured iPhone Development Resources

CalendarKit – A Swift Based Calendar Component With An Excellent Interface And Localization

John · Jan 28, 2017 ·

CalendarKit is a Swift based open source UI component from Richard Topchii featuring a modular strucutre.

With CalendarKit you can pick and choose which parts of the calendar to include such as the day calendar or the event calendar. You can also fully customize the look of the calendar.

CalendarKit also supports localization of the calendar days and months.

You can find CalendarKit on Github here.

An excellent Swift based calendar component.

App Review Sites List Updated

John · Jan 27, 2017 ·

The traffic rank iPhone and iPad app review sites has been updated with a number of new sites added.

You can find the list here: iOS App Review Sites.

ResponseDetective – A Swift Library That Intercepts Networking Request Details For Easier Debugging

John · Jan 26, 2017 ·

ResponseDetective is an open source Swift library from netguru that allows you to automatically intercept incoming and outgoing communication requests and view details of those requests for debugging.

With a few lines of code you can add ResponseDetective and get networking request details in the console like in this example from the readme:

<0x000000000badf00d> [REQUEST] GET https://httpbin.org/get
Headers
Body

<0x000000000badf00d> [RESPONSE] 200 (NO ERROR) https://httpbin.org/get
Headers
Server: nginx
Date: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: application/json
Body
{
“args” : {
},
“headers” : {
“User-Agent” : “ResponseDetective\/1 CFNetwork\/758.3.15 Darwin\/15.4.0”,
“Accept-Encoding” : “gzip, deflate”,
“Host” : “httpbin.org”,
“Accept-Language” : “en-us”,
“Accept” : “*\/*”
},
“url” : “https:\/\/httpbin.org\/get”
}

You can find ResponseDetective on Github here.

A great library for easier network debugging.

JDBreaksLoading – Fun Custom Swift Loading Component With Breakout Game During Loads

John · Jan 25, 2017 ·

JDBreaksLoading is fun an open source Swift based component from jamesdouble providing a custom loading indicator with a built-in mini-game.

JDBreaksLoading can be used within your views as a subview, and you can customize the colors, and size of the view.

This snippet from the readme shows basic usage:

[cc]
let jdbreaksLoading:JDBreaksLoading = JDBreaksLoading(frame: frame)
self.view.addSubview(jdbreaksLoading)
[/cc]

This image from the readme shows JDBreaksLoading in action:

You can find JDBreaksLoading on Github here.

An interesting custom loading component.

Tutorial: Building A Custom Swift Based iOS UI Component That Utilizes 3D Touch

John · Jan 24, 2017 ·

3D touch is a great way to enhance user interface components and Yari D’areglia has written a nice guide to building a custom confirmation button that neatly uses 3D touch.

In the tutorial you’ll learn how to draw the button, handle the user’s touch force, update the UI based on the touch force, and create a fallback mode for devices that don’t support for touch.

This video shows the button you’ll create from the tutorial:

You can find the tutorial on the Think and Build It site.

A nice guide to building a user interface component that utilizes 3D touch.

  • Page 1
  • Page 2
  • Page 3
  • …
  • Page 585
  • Next Page »

Copyright © 2019 ยท Privacy Policy

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkPrivacy policy