iOS & macOS development
131.9K views | +0 today
Follow
iOS & macOS development
cool tips and source code for Cocoa, Swift and Objective-C
Curated by Alessio Nonni
Your new post is loading...
Your new post is loading...
Scoop.it!

SecureUDID

SecureUDID | iOS & macOS development | Scoop.it

SecureUDID is an open-source sandboxed device identifier solution aimed at solving the main privacy issues that caused Apple to deprecate UDIDs.

 

SecureUDIDs have the following attributes:

 

Developers can still differentiate between devices as if they were still using a UDID, but only within apps they control.


User privacy is protected since developers are fundamentally prevented from accessing the same UDID as another developer. This greatly limits the scope of any potential leaks.


End-users can globally opt-out of SecureUDID collection across all applications and services that use it.

No comment yet.
Scoop.it!

ActionSheetPicker

ActionSheetPicker | iOS & macOS development | Scoop.it
ActionSheetPicker - Quickly reproduce the dropdown UIPickerView / ActionSheet functionality from Safari on iPhone/ iOS / CocoaTouch.
No comment yet.
Scoop.it!

FacebookLikeView

FacebookLikeView | iOS & macOS development | Scoop.it

FacebookLikeView is a Facebook Like button that fits nicely into your native iOS application.


It integrates with the Facebook iOS SDK so that already-authenticated users can "like" with a single tap, and unauthenticated users can are prompted with the native login dialog.


It comes with some caveats; it's not officially supported by Facebook, and it requires your application to use the in-app auth dialog rather than single sign-on via Safari or the Facebook app.

No comment yet.
Scoop.it!

CLAnimation

CLAnimation | iOS & macOS development | Scoop.it

CLAnimation - a cocos2d-like animation API based on CAAnimation of UIView

No comment yet.
Scoop.it!

PhFacebook

PhFacebook | iOS & macOS development | Scoop.it

PhFacebook is an embeddable MacOSX framework to easily access Facebook's API.


  • Uses Facebook's new 'graph' API internally, handles OAuth in a WebView for you and returns JSON strings.
  • Comes with a sample application to show you how to use it.
  • Supports extended permissions.
  • Localized in English and French.
No comment yet.
Scoop.it!

TPCircularBuffer

TPCircularBuffer | iOS & macOS development | Scoop.it

A simple, fast circular buffer implementation for audio processing

No comment yet.
Scoop.it!

Reachability

Reachability | iOS & macOS development | Scoop.it

ARC and GCD Compatible Reachability Class for iOS and MacOS. Drop in replacement for Apple Reachability.

No comment yet.
Scoop.it!

HttpShell

HttpShell | iOS & macOS development | Scoop.it

An interactive shell for issuing HTTP commands to a web server or REST API.


Issue HTTP commands (HEAD, GET, POST, PUT, DELETE, OPTIONS, TRACE) to a server with interactive feedback. Makes debugging and testing REST services and public APIs much easier than with cURL.

No comment yet.
Scoop.it!

nimbus

nimbus | iOS & macOS development | Scoop.it

nimbus - The iOS framework whose growth is bounded by O(documentation).

No comment yet.
Scoop.it!

HGPageScrollView

HGPageScrollView | iOS & macOS development | Scoop.it

HGPageScrollView - UIScrollView for iPhone with horizontal paging like mobile Safari tabs.


An extension of iOS UIScrollView that allows scrolling of multiple pages, like mobile Safari tab viewer.


HGPageScrollView uses a similar methodology to UITableView. It defines both a dataSource and a delegate, which its client can implement. At the very least HGPageScrollView expects its dataSource to provide HGPageViews to display.


Like UITableView, HGPageScrollView provides a way to improve performance by reusing pages. It maintains a queue of pages that the data source has marked for reuse. A page is marked for reuse by assigning a value to its reuseIdentifier.

No comment yet.
Scoop.it!

SFBAudioEngine

SFBAudioEngine | iOS & macOS development | Scoop.it

SFBAudioEngine - A powerful C++ audio playback engine for Mac OS X and iOS

No comment yet.
Scoop.it!

Touchpose

Touchpose | iOS & macOS development | Scoop.it
Touchpose - Touchposé is a set of classes for iOS that renders screen touches when a device is connected to a mirrored display.
No comment yet.