Quantcast
Channel: Todo3DS
Browsing all 79 articles
Browse latest View live

Snippets: How can I get a UITableViewCell by indexPath?

Is very easy, first you need the indexPath with the row and section of your cell:NSIndexPath* indexPath1 = [NSIndexPathindexPathForRow:2inSection:0];UITableViewCell *cell = [self.tableView...

View Article



Image may be NSFW.
Clik here to view.

iOS: How To Integrate Google Analytics Tracking Into Your Apps

What?So, why would you want to integrate Google Analytics into your iPhone application. Duh, for the same reasons you would integrate it into your site. Google has extended their killer analytics...

View Article

Image may be NSFW.
Clik here to view.

40 Free PSD UI Kits for Your Web and Mobile Applications

UI Kits are those elements of design which are responsible for the user interface of any applications. Buttons, info boxes, text fields, input fields, dropdowns, progress bars, I`m sure you know them...

View Article

Image may be NSFW.
Clik here to view.

Distortion FX, guitar and bass effect

Distortion FX is a new effect guitar app and guitar interface for iPad, iPhone and iPod Touch.Distortion FX guitar app works with the Flanger Plug and most other iOS guitar adaptors. The Flanger Plug...

View Article

Image may be NSFW.
Clik here to view.

Table './DB_NAME/TABLE' is marked as crashed and should be repaired

This means your mysql table is corrupted and you need to repair it.Run this from your server's command line:mysqlcheck --repair --all-databasesOr in phpmyadmin use the repair table option:

View Article


iOS: Compare two dates

To compare two dates we use compare:- (NSComparisonResult)compare:(NSDate *)anotherDatecompare Returns an NSComparisonResult value that indicates the temporal ordering of the receiver and another given...

View Article

Image may be NSFW.
Clik here to view.

iOS: signature controls

In cocoacontrols I have found two controls to write a signature in your apps. I have tested the code and the two components are very good. I hope it help youSignatureViewJBSignatureController

View Article

Image may be NSFW.
Clik here to view.

iOS: actualización de la aplicación "Notas de inglés" en la App Store

Hoy me han aprobado una actualización de la aplicación "Notas de inglés"Se han añadido nuevas notas a la aplicación para que sigas aprendiendo el idioma más usado en el mundo.Descárgatela o actualízala:

View Article


Image may be NSFW.
Clik here to view.

Ciclo de Vida con Subversion

A continuación se explicará paso a paso la transición de estados de un posible software siendo desarrollado usando Subversion como herramienta de control de versiones.Se partirá de un código inicial...

View Article


Image may be NSFW.
Clik here to view.

iOS: viewDidLoad deprecated in iOS 6

So with viewDidUnload deprecated as of iOS 6, what do I need to do now?Generally, most of us do the setting of IBOutlet references to nil in viewDidUnload (largely because Interface Builder would put...

View Article

Image may be NSFW.
Clik here to view.

iOS: Creating arrays and dictionaries a bit easier

In other languages, you can often do the following to get or set an item from an array:array[index] = . . .; But Objective-C has always required you to use verbose methods such as:[array...

View Article

Do non-US residents Really Need SSN/ITIN or EIN to sell iBooks?

Let's start with EIN's and SSN's... they are both forms of a TIN - Taxpayer Identification Number.EIN's (Employer Identification Number) are used for companies, Not For Profits etc. - basically, any...

View Article

Image may be NSFW.
Clik here to view.

iOS SDK: Custom Delegates

About DelegatesMessages in Objective-C are a one-way street. A parent class can send a message to its child, but the child cannot, on its own, send a message to its parent. However, with the help of a...

View Article


Xcode Plugin: Change Code In Running App Without Restart

Injection for Xcode is a really cool idea, with this plugin you can update code in a running application, with no need to restart your app.With this Xcode plugins, you must open the Xcode plugin...

View Article

iOS: Create UIColor Object From A Hex String (NSString)

If you need to convert a hex value stored in an NSString into a UIColor object, you’ve come to the right place.As an example, assume you have the value @”0A5CEA” and need a UIColor object that...

View Article


How to disable auto layout by default for xcode 4.5

You can open your template files located in:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Templates/File Templates/User Interface/, in each directory,...

View Article

Could not change executable permissions on the application

I could solve it erasing an application that I had previously uploaded using the same Bundle Identifier (xcode get's confused doing the chmod).

View Article


Image may be NSFW.
Clik here to view.

Arduino Projects: Tipos de Arduino

En este post, se pretende informar de los distintos tipos que podemos encontrarnos de arduino. La gran parte de la información e imágenes se han sacado de la página:www.arduino.cc¿Qué tipos de Arduinos...

View Article

iOS: Load Form in a UIWebView and Submit

[self.webView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"document.getElementById('username').value ='%@'", @"user"]];    [self.webView...

View Article

iOS: Load UIWebView content in a NSString

    NSURL *requestURL = [[webView request] URL];    NSError *error;    NSString *page = [NSString stringWithContentsOfURL:requestURL...

View Article
Browsing all 79 articles
Browse latest View live




Latest Images