quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

NSScreencast Episode #59 Windows Azure Mobile Services

Windows Azure Mobile Services - NSScreencast

  • Pods
    • WIndowsAzureMobileServices
    • MessagesTableViewController
  • WindowsAzure
    • Create Mobile Service
    • Data
      • create tables
      • BROWSE
      • SCRIPT
        • function insert(item, user, request)
    • Identity
    • Push
    • iOS App
      • MSClient
      • loginWithProvider
      • MSTable
        • AddModelWithAttr (AddRoomWithName)
        • userTable insert -> NSDictionary *item
      • MSQuery
  • Code
    • if !TARGET_IPHONE_SIMULATOR

    • if (self.client.currentUser) {
      • [self signIn];
    • performSegueWithIdentifier
      • segue identifier
    • UIAlertViewDelegate
      • pragma mark - UIAlertViewDelegate

      • didDismissWithButtonIndex

Windows Azureの全体観が見えた 予想以上にいろいろできるみたい 金かかってそう