mercoledì 2 aprile 2014

Hello World su Ios

Giusto un promemoria per me stesso su come compilare Hello World su IOS (piu' che altro perche' alcune azioni sono visive ed e' difficile descriverle senza un video



-----------------------------------------------------------------
- (IBAction)premi:(id)sender{
    NSString *const saluto = @"Hello World";
    hello.text = saluto;
}

-----------------------------------------------------------------
{
    IBOutlet UILabel *hello;
}
- (IBAction)premi:(id)sender;

Nessun commento:

Posta un commento

Update Plotly Dash Csv

    from dash import Dash , html , dcc , callback , Output , Input , State import plotly . express as px import pandas as pd import...