Igor Delovski Board Forum Index Igor Delovski Board
My Own Personal Slashdot!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Libraries & Frameworks

 
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Mac Cocoa
Mac Cocoa  
Author Message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sat Dec 27, 2008 4:03 am    Post subject: Libraries & Frameworks Reply with quote

Useful Open Source Libraries For IPhone Development

"It’s been almost 3 months since the IPhone SDK’s infamous NDA restrictions
were lifted, and there are now a good set of open source libraries available
for the IPhone."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Wed Jan 28, 2009 9:38 pm    Post subject: Reply with quote

iPhone Programming: Adding a Contact to the iPhone Address Book

"The XCode documentation is helpful, but it still takes some effort to put all
the pieces together, so this is basically just a walk-through of the process
of creating a new contact, and adding some common fields to it."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Thu Jan 29, 2009 11:48 pm    Post subject: Reply with quote

collaboration-world.com - Pantomime

"Pantomime provides a set of Objective-C classes that model a mail system.
Pantomime can be seen as a JavaMail 1.2 clone written in Objective-C."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sat Apr 04, 2009 10:44 am    Post subject: Reply with quote

iPhone Dev SDK Forum - Interesting Project: SMTP client library... But...

"I came across this project which looks very promising as a means of
sending an email without using the NSUrl methodology. I also seems to
support attachments."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Wed Apr 15, 2009 12:22 am    Post subject: Reply with quote

NUI - C++ API, multiplatform (Mac OS X, iPhone, Win32, Linux),
3D hardware accelerated GUI and more...


"All the widgets can be dressed with the graphic decoration system (colors,
gradients, bitmaps). Using the nui stylesheets, a graphic dressing runtime-
system, it’s easy to make your application look good."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Wed Apr 22, 2009 1:32 am    Post subject: Reply with quote

SO - Is there a good charting library for iPhone?

"I did find Core Plot, but it seems to be in the early stages of development."

Edit:
Core Plot - Cocoa plotting framework for Mac OS X and iPhone OS

"Core Plot is a plotting framework for Mac OS X and iOS. It provides 2D
visualization of data, and is tightly integrated with Apple technologies like
Core Animation, Core Data, and Cocoa Bindings."


edit - https://github.com/core-plot/core-plot/releases


Last edited by delovski on Sun Jan 14, 2018 2:45 pm; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Thu May 14, 2009 4:50 pm    Post subject: Reply with quote

ismashphone.com - Red Laser - The First Accurate iPhone Barcode
Scanner - Hits The App Store


"Beyond the fact that it's the first accurate iPhone barcode scanner for UPC
and EAN, probably the most noteworthy thing about RedLaser is that the de-
velopers are not keeping the technology locked in their own products. Inste-
ad, they've made an SDK available so others can integrate it in their apps too."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sat May 30, 2009 6:24 pm    Post subject: Reply with quote

osmorphis - A General Purpose Table Form Editor

"Sometimes your iPhone applications need the ability to enter or edit data
on a form. ... If you have ever coded up the UITableViewController class to
do this sort of the form editing, you know that this coding task is very tedi-
ous and time-consuming. Wouldn't it be nice if there was a general purpose,
reusable class for doing this? Here I present such a class."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Tue Jun 09, 2009 10:40 pm    Post subject: Reply with quote

John Wang - 5 Free Resources for iPhone App Development

"With Apple’s WWDC currently going on and the upcoming 3.0 iPhone OS
getting closer to release, there are tons of new developers jumping onto the
platform. Whether you’re a new developer or have been developing for a
while, here are some great free resources for designing and developing your
iPhone Apps."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sun Jul 05, 2009 2:10 pm    Post subject: Reply with quote

MF - Open/Free iPhone UI Library on Github

"I've just posted a library of useful iphone ui classes to help speed up deve-
lopment. Take a look! Its still a work in progress, but I hope you'll like what
is there already."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Fri Jul 24, 2009 10:18 am    Post subject: Reply with quote

ASIHTTPRequest

"ASIHTTPRequest is an easy to use wrapper around the CFNetwork API that
makes some of the more tedious aspects of communicating with web servers
easier. It is written in Objective-C and works in both Mac OS X and iPhone
applications.

It is suitable performing basic HTTP requests and interacting with REST-ba-
sed services (GET / POST / PUT / DELETE). The included ASIFormDataRe-
quest subclass makes it easy to submit POST data and files using multipa-
rt/form-data."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Fri Aug 21, 2009 3:05 pm    Post subject: Reply with quote

Touch Tank - Element Parser

"ElementParser is lightweight framework to provide easy access to xml and
html content. Rather than get lost in the complexities of the HTML and XML
specifications, it aspires to not obscure their essential simplicity. It doesn’t
do everything, it aspires to do “just enough”."
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Thu Oct 08, 2009 11:08 pm    Post subject: Reply with quote

iphonedevsdk.com - Sending attachments to email from iphone app

"I send emails with attachments from my app. For that I use the SKSMTP
and libz/minizip packages."
Back to top
View user's profile Send private message Visit poster's website
XNote
Kapetan


Joined: 16 Jun 2006
Posts: 532

PostPosted: Tue Jan 26, 2010 6:37 pm    Post subject: Reply with quote

MF - SHA1 and MD5

"Try: % man 3 SHA1

It should give you something that looks somewhat like this:

Code:
        #include <openssl/sha.h>

        unsigned char *SHA1(const unsigned char *d, unsigned long n,
                         unsigned char *md);


% man 3 md5

Then:"

Code:
        #include <openssl/md5.h>

        unsigned char *MD5(const unsigned char *d, unsigned long n,
                         unsigned char *md);


So basically, the function names are "SHA1" and "MD5."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Sat Jul 03, 2010 8:41 pm    Post subject: Reply with quote

dropboxapi - Official Dropbox client for Objective-C platforms

"All of the Dropbox client source is available on Bitbucket.org so you can
submit patches if you run into any bugs or you want to contribute"


See also at Reddit: Dropbox API is now available

"All of the code is MIT licensed and we welcome patches. We'll still be post-
ing official release versions here periodically, but hot fixes and code will be
in the above repositories.
...
Are you kidding? OAuth isn't that hard and is worth the 30 minutes you
might spend setting it up to never have to store user credentials. Users
can change their password and you don't have to worry about it. Your
app can accidentally expose the secret OAuth token, and the user can
just deauthorize it and not have to change a password or anything else."


edit - Aug 28 2017

git - Official Objective-C SDK for the Dropbox API v2

"The Official Dropbox Objective-C SDK for integrating with Dropbox API v2
on iOS or macOS."
Back to top
View user's profile Send private message
XNote
Kapetan


Joined: 16 Jun 2006
Posts: 532

PostPosted: Wed Aug 04, 2010 3:34 pm    Post subject: Reply with quote

github.com - Three20

"Three20 is a collection of iPhone UI classes, like a photo viewer, and gene-
ral utilities, like an HTTP disk cache. Three20 is derived from the Facebook
iPhone app, which is one of the most downloaded iPhone apps ever.

Photo Viewer, Message composer, Web image views, Internet-aware table
view controllers, Better text fields, HTTP disk cache, URL-based Navigation."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Thu Jan 06, 2011 9:38 pm    Post subject: Reply with quote

PHGraph - Scientific plotting library for Objective-C

"Mostly, to use PHGraphView you have to :

Install the framework. I suggest putting it in /Library/Frameworks; Add it in
your project in xcode; Add a controller class (NSObject is fine) with as many
IBOutlet as there will be views; Add one (or more) Custom View in Interface
Builder and declare their classes to be PHGraphView; Set the outlet(s), and
eventually the delegate if you need some custom mouse event handling.

The rest is just some coding, instantiating axis, graph objects and adding
them to your view (or one of your views)."
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Tue Mar 01, 2011 10:58 am    Post subject: Reply with quote

Convore - List of useful third-party libraries/frameworks

"I thought it would be a good idea to collect a list of useful third-party
code. I've found a few gems that have really saved me a lot of time."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Mar 04, 2011 12:20 am    Post subject: Reply with quote

code.google.com - Google Data APIs Objective-C Client Library

"Google Data APIs allow client software to access and manipulate data
hosted by Google services.

The Google Data APIs Objective-C Client Library is a Cocoa framework
that enables developers for Mac OS X and iPhone to easily write native
applications using Google Data APIs. The framework handles

• XML parsing and generation
• Networking
• Sign-in for Google accounts
• Service-specific protocols and query generation"
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Mon Apr 25, 2011 9:30 pm    Post subject: Reply with quote

Flickr - The App Garden - Photo Source URLs

"The letter suffixes are as follows:

s small square 75x75
t thumbnail, 100 on longest side
m small, 240 on longest side
- medium, 500 on longest side
z medium 640, 640 on longest side
b large, 1024 on longest side*
o or
iginal image, either a jpg, gif or png, depending on source format"

See: About Flickr API

HA!

* iPhone JSON Flickr Tutorial – Part 1
* iPhone JSON Flickr Tutorial – Part 2
* iPhone JSON Flickr Tutorial – Part 3


Last edited by delovski on Sun May 08, 2011 4:52 pm; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Mon Apr 25, 2011 10:57 pm    Post subject: Reply with quote

Google - Google Image Search API

"The Google Image Search API is a special implementation of the Image
Search service. The constructor for Image Search is google.search.Image-
Search. You will use google.search.ImageSearch for most calls related to
this API. However, certain methods require the Google Search API base
constructor google.search.Search."


JSON Developer's Guide

"The Google Image Search API JSON interface can be used to write image
query applications in any language that can handle a JSON-encoded result
set with embedded status codes."


From the forum: "You are correct. You can only get up to 8 pages of 8
results, for a total of 64. 56 is the highest number you can use for a start
value. To determine how many pages are available to you via the API,
rather than dividing estimatedResultCount - which isn't overly reliable
anyway, you want to check cursor.pages.length."


Last edited by delovski on Wed May 04, 2011 11:23 pm; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Wed Apr 27, 2011 1:07 am    Post subject: Reply with quote

nanaimostudio.com - Dropbox API Tutorial

"Most Dropbox's API calls are asynchronous/non-blocking which means it
won’t wait until the uploading or downloading is finished. Instead, will tell
the request queue to add the task, then directly proceed to the next line
of code. So the only way to react to things is to implement their respect-
ive delegates such as uploadedFile, downloadedFile, etc."
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Wed May 04, 2011 11:27 pm    Post subject: Reply with quote

msdn - Using JSON (Bing, Version 2)

"The Bing JSON interface is an HTTP GET interface which accepts search
requests in URL format and returns search results in JSON format."


Image SourceType (Bing, Version 2.0)

"The Image SourceType returns a list of images relevant to the query
term. Image results contain properties about the image media file such
as width, height, and file size, along with the URL for the page that con-
tains the image."


Creating a New Application ID

"Each application requires a unique Application ID, which is supplied by
the Developer Provisioning System."


API Forum: Imagesearch Bug

"As far as I can tell only json is affected by this bug."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sun May 08, 2011 10:44 pm    Post subject: Reply with quote

facebook.com - Getting Started › Mobile Apps

"Facebook Platform provides SDKs for iOS (iPhone & iPad) and Android.
If your mobile app runs on a platform without a Facebook SDK or runs in
a mobile browser, you can use our web-based Facebook Login, Platform
Dialogs and Graph API directly."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Mon May 09, 2011 3:51 pm    Post subject: Reply with quote

dev.twitpic.com - API Documentation

"TwitPic uses a simple, RESTful API for uploading images/video and posting
content. It features full access to all aspects of the site."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Mon May 09, 2011 3:52 pm    Post subject: Reply with quote

photobucket.com - Developer Documentation

"Photobucket provides multiple options for connecting your application or
web site to media on Photobucket."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Mon May 09, 2011 5:09 pm    Post subject: Reply with quote

code.google.com - Picasa Web Albums Data API

"This document provides detailed reference documentation for the
Picasa Web Albums Data API. It covers only the protocol; for program-
ming-language-specific reference documentation, see the client libra-
ries page."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Wed May 11, 2011 6:41 pm    Post subject: Reply with quote

so - IPhone OAuth Tutorial?

"Is there any tutorial out there showing how to use OAuth on IPhone?

Basically all of the tutorials are for twitter, i need something which work
for any website, which has OAuth and give general view how to make it
work on IPhone."


Google Toolbox for Mac - gtm-oauth

"The Google Toolbox for Mac OAuth Controllers make it easy for Cocoa
applications to sign in to services using OAuth for authentication and
authorization."

Google - mpoauthconnection - GettingStarted
Back to top
View user's profile Send private message
XNote
Kapetan


Joined: 16 Jun 2006
Posts: 532

PostPosted: Mon May 16, 2011 5:43 pm    Post subject: Reply with quote

oauth.net - OAuth Code

"Jon Crosby has released an OAuthConsumer and OAuthTestSuite for Object-
ive-C for Mac developers. The OAuthConsumer framework is available in the
repository and Jon has also written up Using OAuthConsumer, a complete
guide to using the OAuthConsumer framework for Mac apps.

Karl Adam released MPOAuthConnection, a drop in component for Mac and
iPhone apps to talk to OAuth web services."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Sat Jul 02, 2011 6:03 pm    Post subject: Reply with quote

twitter.com - Fast Core Animation UI for the Mac

"TwUI brings the philosophy of UIKit to the desktop. It is built on top of Core
Animation, and it borrows interaction ideas from AppKit. It allows for all the
things Mac users expect, including drag & drop, mouse events, tooltips, Mac-
like text selection, and so on."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Fri Jul 29, 2011 3:12 pm    Post subject: Reply with quote

code.google.com - cocoa-rest-client

"A native OS X app for testing HTTP/REST endpoints"
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Thu Sep 15, 2011 12:51 am    Post subject: Reply with quote

Introducing iOS Boilerplate

"This project is inspired on HTML5 boilerplate.

* It is intended to provide a base of code to start with
* It is not intended to be a freamwork
* It is intented to be modified and extended by the developer to fit their needs
* It includes solid third-party libraries if needed to not reinvent the wheel

iOS Boilerplate is tested on iPhone / iPod Touch devices with iOS 4.0 or
greater. In a future it maight support universal applications (iPhone + iPad)

At this moment iOS Boilerplate is just an XCode project. Is planned to be
released as a true XCode template in a near fuutre."


P.S. - reddit - iOS Boilerplate, a base template for iOS apps
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Thu Dec 01, 2011 3:55 am    Post subject: Reply with quote

Socialize SDK - HTML5 Social API + iOS & Android SDKs.

"The Socialize SDK provides a simple set of classes and methods built upon
the Socialize REST API.

App developers can elect to use either the pre-defined user interface controls
provided in the Socialize UI framework, or “roll their own” using direct SDK
calls.

ALL calls to the Socialize SDK are asynchronous, meaning that your applica-
tion will not “block” while waiting for a response from the Socialize server."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Wed Apr 11, 2012 4:00 pm    Post subject: Reply with quote

OpenCV - iOS

"OpenCV (Open Source Computer Vision) is a library of programming
functions for real time computer vision.

This project is a port of the OpenCV library for Apple iOS. It includes two
XCode projects: one for iPhone, the other one for iPad."
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Thu Apr 12, 2012 10:04 pm    Post subject: Reply with quote

Bing blog - Gearing up for API changes

"... Developers can expect subscription pricing to start at approximately
$40 (USD) per month for up to 20,000 queries each month... "
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Sat Apr 21, 2012 1:38 am    Post subject: Reply with quote

http://davidquail.com/2009/12/07/oauth-authorization-callback-on-the-iphone-with-webview/

oAuth authorization callback on the iPhone with WebView
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Sun Apr 22, 2012 1:48 am    Post subject: Reply with quote

https://github.com/sprhawk/ytoolkit

Besides, a demo for YToolkit is available from ytoolkitdemo (which is including demos for signing in & retrieving basic data from Twitter, Facebook, Douban, Sina Weibo, QQ Weibo, etc).
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Fri Apr 27, 2012 9:34 am    Post subject: Reply with quote

github.com - LiveSDK-for-iOS

"The Live SDK for iOS library is intended to help developers to easily
integrate SkyDrive and Hotmail contacts and calendars into their iOS
apps.

The repository here includes:
- Live SDK Library source (src/LiveSDK/Library)
- Live SDK framework (bin/LiveSDK.framework.zip)
- Samples (src/samples)"


Forum: http://social.msdn.microsoft.com:80/Forums/en-US/messengerconnect/threads?page=1
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Mon May 14, 2012 6:48 pm    Post subject: Reply with quote

google code - wtclient - Objective-C class for transferring files
using WebDAV protocol


"Here is a simple class that allows you to transfer files via WebDAV.

Inside it uses:

• CFNetwork for HTTP/HTTPS connections;
• Streams for reading and writing files;
• NSXMLParser for parsing WebDAV responses."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Wed May 30, 2012 3:01 pm    Post subject: Reply with quote

code.google.com - Google APIs Client Library for Objective-C

"This is the recommended library for accessing JSON-based Google APIs for
iOS and Mac OS X applications. The library is compatible with applications
built for iOS 3 and later, and Mac OS X 10.5 and later."


More: Google Data APIs Objective-C Client Library

"This library is for Google XML APIs. For JSON APIs, use the Google APIs
Client Library for Objective-C."
Back to top
View user's profile Send private message
XNote
Kapetan


Joined: 16 Jun 2006
Posts: 532

PostPosted: Wed May 30, 2012 4:53 pm    Post subject: Reply with quote

appdevmag.com - 10 iOS Libraries to Make Your Life Easier

"Fortunately there are lots of third party libraries available that provide
useful functionality that can make your life as an iOS developer much
easier. Here we discuss 10 of the best...

MBProgressHUD – Progress Indicator Library, ASIHttpRequest – HTTP
Network Library, JSON Framework – JSON Support, Flurry – Detailed
Usage Statistics, RegexKitLite – Regular Expression Support, Facebook
iOS SDK
– Facebook API Library, SDWebImage – Simple Web Image
Support, GData client – iPhone library for all of Google’s services, Core-
Plot
– 2D Graph Plotter, Three20 – General iOS Library, "
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Mon Jun 04, 2012 3:14 pm    Post subject: Reply with quote

github.com - 50pixels / FPPopover

"FPPopover provides an alternative to the native iOS UIPopoverController,
adding support for iPhone and additional opportunities to customize the look
and feel of the popovers"
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sat Jun 09, 2012 1:47 am    Post subject: Reply with quote

blogs.msdn.com - NOW AVAILABLE: Windows Azure Toolkit for iOS

"This iOS toolkit includes the following pieces:

• A compiled Objective-C library for working with services running in Win-
dows Azure (e.g. push notification, authN/authZ, and storage)
• Full source code for the objective-C library (along with Xcode project file)
• Sample iOS application that demonstrates how to use Windows Azure
Storage with full source code
• Documentation"
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Sun Jul 08, 2012 7:35 pm    Post subject: Reply with quote

github - topfunky / hpple

"Hpple: A nice Objective-C wrapper on the XPathQuery library for parsing
HTML. Inspired by why the lucky stiff's Hpricot.

• Easy searching by XPath (CSS selectors are planned)
• Parses HTML (XML coming soon)
• Easy access to tag content, name, and attributes"
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Jul 10, 2012 4:25 pm    Post subject: Reply with quote

github - mwaterfall / MWFeedParser

See also: GTMNSString+HTML.m & NSDate+InternetDateTime.m

Cool - Ref:

"Check out my NSString category for HTML. Here are the methods available:

- (NSString *)stringByConvertingHTMLToPlainText;
- (NSString *)stringByDecodingHTMLEntities;
- (NSString *)stringByEncodingHTMLEntities;
- (NSString *)stringWithNewLinesAsBRs;
- (NSString *)stringByRemovingNewLinesAndWhitespace;"
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Wed Jul 11, 2012 9:12 pm    Post subject: Reply with quote

Developing RESTful iOS Apps with RestKit

http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sun Jul 29, 2012 6:55 pm    Post subject: Reply with quote

github - ukhnos / objectiveflickr

"ObjectiveFlickr is a Flickr API framework designed for Mac and iPhone apps.

ObjectiveFlickr now supports Flickr's new OAuth-based authentication pro-
cess. I'll post more about it in the coming week. The SnapAndRun sample
is updated to reflect the usage. A new Mac sample, OAuthTransitionMac,
demonstrates how to use the new OAuth-based API and also how to migrate
your existing auth tokens. OAuthTransitionMac uses ARC and therefore also
shows how to use ObjectiveFlickr, which is a non-ARC library, with an ARC
app."

See this: kstenerud / iOS-Universal-Framework
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Aug 21, 2012 8:39 pm    Post subject: Reply with quote

Amazon: AWS SDK for iOS

"The AWS SDK for iOS provides a library, code samples, and documentation
for developers to build connected applications for iPad, iPhone, or iPod touch
devices using Amazon Web Services.

A media application that uploads photos, videos, and more to Amazon Simple
Storage Service (Amazon S3) for world-wide distribution through Amazon
CloudFront."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Aug 21, 2012 8:45 pm    Post subject: Reply with quote

Aviary - iOS SDK - simple photo editor

"Our founders have been helping artists be creative online for years, with
Worth1000.com and Aviary Advanced. Now that our artists are happy, we're
focusing on truly helping everyone in the world be more creative with our
simple photo editor, which can be embedded in any web or mobile app for a
beautiful, seamless editing experience wherever you are."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Aug 21, 2012 9:16 pm    Post subject: Reply with quote

Epson - SDKs for iOS and Android Mobile POS Applications

"The Epson SDKs are designed to shorten the development time required
to implement mobile POS applications, enabling support for wireless POS
printing from handheld peripherals like Apple's iPad, iPod touch, iPhone
and devices using Google’s Android™ mobile technology platform."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Aug 21, 2012 9:17 pm    Post subject: Reply with quote

MobFarm - FastPdf KIT iOS SDK

"Simply put, FastPdf+ is the best and fastest PDF reader to be found on
Apple’s mobile platforms, including Apple’s own iBooks reader... FastPdf+
is available from iTunes for $2.99. Choose it knowing that you’ll be getting
the best PDF reader downloadable to your iPad, iPhone, and iPod Touch."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Aug 21, 2012 9:18 pm    Post subject: Reply with quote

developerforce.com - Getting Started with the Mobile SDK for iOS

"The Mobile SDK for the iOS is composed of two primary parts: firstly, the
SDK includes a series of Objective-C libraries. These libraries support the
Force.com and Database.com OAuth implementation, and provide wrap-
pers for working with the Force.com and Database.com REST APIs. Se-
condly, the SDK provides a container based on PhoneGap."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Aug 21, 2012 9:18 pm    Post subject: Reply with quote

github.com - crino / instagram-ios-sdk

"This open source iOS library allows you to integrate Instagram into your iOS
application include iPhone, iPad and iPod touch.

It's inspired by Facebook iOS SDK"
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Aug 21, 2012 9:24 pm    Post subject: Reply with quote

Google - Google+ Platform for iOS

"With the Google+ platform for iOS, you can integrate your iOS app with
Google+ to create a more engaging and personal experience for your
users."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Aug 21, 2012 9:37 pm    Post subject: Reply with quote

dailymotion.com - Objective-C SDK

"The Objective-C SDK implements the Dailymotion Graph API using
the Advanced API protocol. For a list of all available methods, see API
Reference. To call a method using the Objective-C SDK, use the
request:delegate: method..."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Fri Aug 31, 2012 4:44 am    Post subject: Reply with quote

https://developer.linkedin.com/documents/libraries-and-tools
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Fri Oct 05, 2012 12:11 pm    Post subject: Reply with quote

github.com - WeatherKit

"WeatherKit is a simple and elegant solution to obtaining local weather
information via the WeatherBug API. WeatherKit is built as a static library.
Installation is as simple as dragging and dropping into your project. Using
this project is even easier.

Firstly, make sure you have an API key from WeatherBug. You can obtain
one here. Make sure you are using the XML REST key in your app."
-
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Fri Oct 05, 2012 12:16 pm    Post subject: Reply with quote

Radi.us - An API for crowdsourced local offers

"Offers on Radi.us are discovered and uploaded by an active and dedicated
community of mobile users, resulting in a database that is both current and
constantly evolving.
A good API stays out of your way. The Radi.us API makes it trivial to pull
offers by business, geographic location, or search term.
Radi.us is free for light-moderate use. Some other text about pricing here.
We've got a plan for everyone."
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Mon Nov 19, 2012 9:39 pm    Post subject: Reply with quote

github - mjp / FaceRecognition

"An example iOS application for face detection and recognition using OpenCV"
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Wed May 08, 2013 7:12 pm    Post subject: Reply with quote

github.com - MFLHintLabel

"MFLHintLabel is the product of trying to find a playful, simple, reusable
and unique way to communicate with users. It provides nine highly
customizable animation types to display and dismiss text, all based on
manipulating the individual characters.

Animations Include:

• Linear presentation ie: Falling in, Flying out, Sliding in

• Exploding

• Implosion

• Trailing text, a la old school Windows Solitaire Win Animation

• Many more, and combinations of these.
"
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Wed Nov 13, 2013 2:05 pm    Post subject: Reply with quote

github - RedditKit - An Objective-C wrapper for the reddit API

"RedditKit is structured around the RKClient class. This class manages
authentication for a single reddit account and performs HTTP requests on
that user's behalf. RKClient can be used as a singleton with its sharedClient
class method, or as a standalone object."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Wed Jan 22, 2014 10:21 pm    Post subject: Reply with quote

github.com - soffes / ssziparchive

"Utility class for zipping and unzipping files on iOS and Mac"

Based on: ziparchive

"An Objective C class for zip/unzip on iPhone and Mac OSX"

How to use it: Creating a document centric iPhone/iPad application with own file format using ZipArchive

"The star of today’s article is ZipArchive – the Objective-C library I’m
going to use for compressing and uncompressing my custom zip files. It
is completely free and you can download it..."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Apr 29, 2014 8:23 pm    Post subject: Reply with quote

github - Pop - Extensible iOS and OS X animation library.

"Pop is an extensible animation engine for iOS 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 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."


See: https://www.youtube.com/watch?v=OiY1cheLpmI
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Thu May 08, 2014 9:43 am    Post subject: Reply with quote

Choosy - Open-Source Framework To Pick Default Apps In Third-Party iOS Apps

"Created by Alex Novosad from development studio Substantial and released
today as a beta on GitHub, Choosy is a new third-party framework that wants
to (at least partially) improve upon iOS’ lack of a default app selection
mechanism.

Choosy tries to solve a problem that several iOS developers had to face in
the past: giving the user options to open links in other, non-default apps.
Once implemented by an app, Choosy will present itself as a dialog asking
to pick a “favorite” app to open a link."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Wed Sep 03, 2014 7:11 pm    Post subject: Reply with quote

reddit - Bitcoin SDK for iOS

"Our company recently released Razrbit, an open-source collection of
SDKs to make Bitcoin development super easy. The iOS SDK was released
recently, so I thought I would announce it here."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Sep 16, 2014 4:35 pm    Post subject: Reply with quote

infinum.co - A blazingly fast open source algorithm for POI clustering on iOS

"Most mobile apps nowadays include some kind of a map that's dotted
with markers - ATMs, gas stations or any other place relevant to the app's
purpose. The problem is, when you put many POIs on the map, the view
gets cluttered and the performance suffers."
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Jan 30, 2015 1:55 pm    Post subject: Reply with quote

r - Epic iOS Messaging App Tutorial to build a MiniChat app using Sinch

"In addition to the Sinch SDK, we will also use another third party SDK
called Parse, as a zero-configuration cloud database, to store all the
signed-up users and all the historical messages between each pair of
users.

Optional: as a handy reference, create a new favorite folder named ios-
messaging-tutorial or Sinch in your browser and add the following pages:

1. iOS messaging tutorial
2. Sinch SDK user guide
3. Sinch SDK reference
4. Parse SDK quick start guide
5. Parse SDK guide
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Wed Nov 04, 2015 10:25 am    Post subject: Reply with quote

r - We made FlagKit, a collection of 190 quality flag icons for developers

> Beautiful flag icons for usage in apps and on the web.
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sun Jan 17, 2016 12:52 am    Post subject: Reply with quote

git - Source for many of The Omni Group's frameworks

"Xcode

We currently use Xcode 7.1 for iOS, watchOS, and Mac OS X. You'll proba-
bly have the best results if you do too. Add the projects you want to your
workspace. Take a look in the Workspaces directory for a sample work-
space for the TextEditor iPad example app."


See https://www.omnigroup.com/developer/
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Wed Jun 15, 2016 10:47 pm    Post subject: Reply with quote

Awesome iOS - Find the best iOS related libraries

"A curated list of awesome iOS libraries, including Objective-C and Swift Projects"
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Mon Oct 10, 2016 11:14 pm    Post subject: Reply with quote

Github - Google Mobile Ads SDK for iOS

"The Google Mobile Ads SDK is the latest generation in Google mobile
advertising, featuring refined ad formats and streamlined APIs for access
to mobile ad networks and advertising solutions. The SDK enables mobile
app developers to maximize their monetization in native mobile apps.

This repository contains open source examples and developer resources
for both the AdMob and DoubleClick For Publishers components of the
Google Mobile Ads SDK."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sun May 28, 2017 7:21 pm    Post subject: Reply with quote

git - iosMath - Beautiful math equation rendering on iOS and MacOS

"iosMath is a library for displaying beautifully rendered math equations in
iOS and MacOS applications. It typesets formulae written using the LaTeX
in a UILabel equivalent class. It uses the same typesetting rules as LaTeX
and so the equations are rendered exactly as LaTeX would render them."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Tue Jun 20, 2017 2:38 pm    Post subject: Reply with quote

Qt - index : qt/qtbase.git

"class QCocoaIntegrationPlugin : public QPlatformIntegrationPlugin"
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Fri Jul 14, 2017 10:27 am    Post subject: Reply with quote

git - Objective-C Runtime Browser, for Mac OS X and iOS

"This is a class browser for the Objective-C runtime on iOS and OS X. It gives
you full access to all classes loaded in the runtime; allows you to dynamically
load new modules and their classes; shows every method implemented on each
class; and displays information in a header (.h) file format.

We have found this to be a useful development tool. Please note, however, that
each user is responsible for their own usage."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Mon Aug 28, 2017 8:24 am    Post subject: Reply with quote

so - Download source code from Apple's website

"How do I download source code from Apple's website? In particular, I am
interested in http://opensource.apple.com/source/Security/Security-55110/.

wget -r is downloading HTML files.I finally figured it out, sources can be
conveniently downloaded from http://opensource.apple.com/tarballs/ "
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sun Oct 01, 2017 2:13 pm    Post subject: Reply with quote

appcoda - Using CocoaPods in Your Swift and Objective-C Projects

"Understanding CocoaPods, a dependency manager for Swift and Objective-C
projects, is a critical skill every iOS developer should have. If you have no
experience with CocoaPods, this short post is written for you. We're going to
take a look at what CocoaPods is, why you should start using it, and how to
setup a project with cocoa pods installed!"


rw - CocoaPods Tutorial for Swift: Getting Started

"In this tutorial, you'll learn how to use CocoaPods with Swift. Specifically, you'll:
Install CocoaPods.
Work with a functional demo app that gets you thinking about ice cream.
Use CocoaPods to add networking.
Learn about semantic versioning.
Add another library using a flexible version."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Mon Oct 02, 2017 1:08 pm    Post subject: Reply with quote

t-machine.org - Apple's dirty secret: Xcode and Libraries

"Apple does not allow developers to re-use or share their code via dynamic
libraries - most of what you see in code-re-use is due to hacks using Static
libs that developers have built to workaround Apple."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Nov 24, 2017 5:56 pm    Post subject: Reply with quote

realm - iOS Thanksgiving 2017: Tools & Libraries We're Thankful For

"In that spirit, we asked some friends and leaders in the iOS community to
share the tools and libraries they're most thankful for this year!"
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Thu Dec 14, 2017 11:57 am    Post subject: Reply with quote

github - awesome-iOS-resource - books

"Manually curated collection of resources for iOS developers.

Inspired by awesome-ios.

A curated list of awesome iOS conferences, books, blogs, articles, websites
and documentations.

There is a lot of treasure scattered across the internet. This list is an attempt to
bring to light those awesome resources which make their high-quality material
i.e. conferences, books, blogs, articles & websites available online for free."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Tue Dec 19, 2017 3:42 pm    Post subject: Reply with quote

git - aws/aws-sdk-ios

"Official mirror of version 2 of the AWS Mobile SDK for iOS. For more
information, see our web site: http://aws.amazon.com/mobile/sdk/ "
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sat Jan 13, 2018 11:06 pm    Post subject: Reply with quote

git - GraphKit

"A lightweight library of animated graphs for iOS."

git - FrameAccessor

"Easy way to access view's frame in iOS and OSX."

git - MKFoundationKit

"Collection of categories for NSFoundation classes to accelerate development."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Feb 02, 2018 6:08 pm    Post subject: Reply with quote

git - SDWebImage

"This library provides an async image downloader with cache support.
For convenience, we added categories for UI elements like UIImageView,
UIButton, MKAnnotationView.

Categories for UIImageView, UIButton, MKAnnotationView adding web image and cache management
An asynchronous image downloader
An asynchronous memory + disk image caching with automatic cache expiration handling

* background image decompression
* guarantee that the same URL won't be downloaded several times
* guarantee that bogus URLs won't be retried again and again
* guarantee that main thread will never be blocked
Performances!

Use GCD and ARC"
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Oct 18, 2019 6:49 pm    Post subject: Reply with quote

git - NYTPhotoViewer

"NYTPhotoViewer is a slideshow and image viewer that includes double-tap
to zoom, captions, support for multiple images, interactive flick to dismiss,
animated zooming presentation, and more."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Thu Apr 15, 2021 6:42 pm    Post subject: Reply with quote

git - Project Based Tutorials in C

"Table of Contents

Computer Architecture
Computer Networking
Databases
Game Development
Operating Systems
Programming Languages
Uncategorized"
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Sun Jul 04, 2021 1:42 pm    Post subject: Reply with quote

begriffs - Dynamic linking best practices

"In this article we'll learn how to build shared libraries and install them
properly on several platforms. For guidance, we'll examine the goals and
history of dynamic linking on UNIX-based operating systems."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Mon Sep 06, 2021 11:42 am    Post subject: Reply with quote

git - Awesome macOS open source applications

"List of awesome open source applications for macOS. This list contains a lot
of native and cross-platform apps. The main goal of this repository is to find
open source and free apps and start contributing.

You can see which in which language an app is written. Curently there are
following languages"

Contents

Audio
Backup
Browser
Chat
Cryptocurrency
Database
Development
Git
iOS / macOS
JSON Parsing
Web development
Other development
Downloader
Editors
CSV
JSON
Markdown
TeX
Text
Extensions
Finder
Games
Graphics
IDE
Images
Keyboard
Mail
Menubar
Music
News
Notes
Other
Podcast
Productivity
Screensaver
Security
Sharing Files
Social Networking
Streaming
System
Terminal
Touch Bar
Utilities
VPN & Proxy
Video
Wallpaper
Window Management
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3025
Location: Europe

PostPosted: Fri Sep 09, 2022 3:49 pm    Post subject: Reply with quote

git - Google APIs Client Library for Objective-C for REST

"This is the recommended library for accessing JSON-based Google APIs for
iOS, macOS, tvOS, and watchOS applications."



Kevin Leong - Uploading Files to Google Drive using the Google iOS SDK

"There isn't a dedicated section for iOS integration in the Google Developer
docs for Google Drive.

It took me a non-trivial amount of time figure out how to upload a file to an
existing or new folder, and this post summarizes how to perform this basic
action."
Back to top
View user's profile Send private message
XNote
Kapetan


Joined: 16 Jun 2006
Posts: 532

PostPosted: Mon Feb 20, 2023 11:39 pm    Post subject: Reply with quote

git - TIGR - TIny GRaphics library

"TIGR is a tiny cross-platform graphics library, providing a unified API for
Windows, macOS, Linux, iOS and Android."
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Mac Cocoa All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Delovski.hr
Powered by php-B.B. © 2001, 2005 php-B.B. Group