-
Notifications
You must be signed in to change notification settings - Fork 37
Amanda Guimarães #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
camposmandy
wants to merge
3
commits into
mackmobile:master
Choose a base branch
from
camposmandy:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Amanda Guimarães #53
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| // | ||
| // Musica.h | ||
| // iTunesSearch | ||
| // | ||
| // Created by Amanda Guimaraes Campos on 11/03/15. | ||
| // Copyright (c) 2015 joaquim. All rights reserved. | ||
| // | ||
|
|
||
| #import <Foundation/Foundation.h> | ||
|
|
||
| @interface Musica : NSObject | ||
|
|
||
| @property (nonatomic, strong) NSString *nomeArtista; | ||
| @property (nonatomic, strong) NSNumber *precoDaColecao; | ||
| @property (nonatomic, strong) NSString *nomeAlbum; | ||
| @property (nonatomic, strong) NSString *duracao; | ||
| @property (nonatomic, strong) NSString *pais; | ||
| @property (nonatomic, strong) NSString *ano; | ||
| @property (nonatomic, strong) NSString *genero; | ||
|
|
||
| @end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| // | ||
| // Musica.m | ||
| // iTunesSearch | ||
| // | ||
| // Created by Amanda Guimaraes Campos on 11/03/15. | ||
| // Copyright (c) 2015 joaquim. All rights reserved. | ||
| // | ||
|
|
||
| #import "Musica.h" | ||
|
|
||
| @implementation Musica | ||
|
|
||
| @end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| // | ||
| // Tv.h | ||
| // iTunesSearch | ||
| // | ||
| // Created by Amanda Guimaraes Campos on 11/03/15. | ||
| // Copyright (c) 2015 joaquim. All rights reserved. | ||
| // | ||
|
|
||
| #import <Foundation/Foundation.h> | ||
|
|
||
| @interface Tv : NSObject | ||
|
|
||
| @property (nonatomic, strong) NSString *nome; | ||
| @property (nonatomic, strong) NSString *trackId; | ||
| @property (nonatomic, strong) NSString *artista; | ||
| @property (nonatomic, strong) NSString *duracao; | ||
| @property (nonatomic, strong) NSString *genero; | ||
| @property (nonatomic, strong) NSString *pais; | ||
| @property (nonatomic, strong) NSString *ano; | ||
|
|
||
| @end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| // | ||
| // Tv.m | ||
| // iTunesSearch | ||
| // | ||
| // Created by Amanda Guimaraes Campos on 11/03/15. | ||
| // Copyright (c) 2015 joaquim. All rights reserved. | ||
| // | ||
|
|
||
| #import "Tv.h" | ||
|
|
||
| @implementation Tv | ||
|
|
||
| @end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,82 @@ | ||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6751" systemVersion="14D72i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> | ||
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6751" systemVersion="14C1510" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES"> | ||
| <dependencies> | ||
| <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6736"/> | ||
| </dependencies> | ||
| <objects> | ||
| <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="TableViewController"> | ||
| <connections> | ||
| <outlet property="campoBusca" destination="Yxv-VE-xmM" id="lw3-Ld-pC7"/> | ||
| <outlet property="tableview" destination="z24-IP-C1d" id="fiF-7d-ri3"/> | ||
| <outlet property="view" destination="z24-IP-C1d" id="NXu-VO-9o4"/> | ||
| <outlet property="traduzir" destination="l0W-xK-8xH" id="VY8-MK-BP3"/> | ||
| <outlet property="view" destination="L7N-GR-IxR" id="jMe-Jn-hVr"/> | ||
| </connections> | ||
| </placeholder> | ||
| <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | ||
| <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="z24-IP-C1d"> | ||
| <view contentMode="scaleToFill" id="L7N-GR-IxR"> | ||
| <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | ||
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | ||
| <subviews> | ||
| <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="l0W-xK-8xH"> | ||
| <rect key="frame" x="495" y="80" width="100" height="29"/> | ||
| <constraints> | ||
| <constraint firstAttribute="width" constant="100" id="McP-Zi-JOl"/> | ||
| </constraints> | ||
| <state key="normal" title="Pesquisar"> | ||
| <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> | ||
| </state> | ||
| <variation key="heightClass=regular-widthClass=compact" ambiguous="YES" misplaced="YES"> | ||
| <rect key="frame" x="284" y="20" width="86" height="30"/> | ||
| </variation> | ||
| <connections> | ||
| <action selector="pesquisar:" destination="-1" eventType="touchUpInside" id="qj3-bI-eN3"/> | ||
| </connections> | ||
| </button> | ||
| <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Yxv-VE-xmM"> | ||
| <rect key="frame" x="10" y="80" width="480" height="30"/> | ||
| <constraints> | ||
| <constraint firstAttribute="height" constant="30" id="bmY-hD-w6j"/> | ||
| </constraints> | ||
| <fontDescription key="fontDescription" type="system" pointSize="14"/> | ||
| <textInputTraits key="textInputTraits"/> | ||
| <variation key="heightClass=regular-widthClass=compact" ambiguous="YES" misplaced="YES"> | ||
| <rect key="frame" x="23" y="20" width="245" height="30"/> | ||
| </variation> | ||
| </textField> | ||
| <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="z24-IP-C1d"> | ||
| <rect key="frame" x="0.0" y="117" width="600" height="483"/> | ||
| <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
| <constraints> | ||
| <constraint firstAttribute="height" constant="543" id="zxk-9c-VMz"/> | ||
| </constraints> | ||
| <variation key="default"> | ||
| <mask key="constraints"> | ||
| <exclude reference="zxk-9c-VMz"/> | ||
| </mask> | ||
| </variation> | ||
| <variation key="heightClass=regular-widthClass=compact" fixedFrame="YES"> | ||
| <rect key="frame" x="0.0" y="57" width="400" height="543"/> | ||
| </variation> | ||
| <connections> | ||
| <outlet property="dataSource" destination="-1" id="grn-Rq-4Ux"/> | ||
| <outlet property="delegate" destination="-1" id="M2x-yu-OMO"/> | ||
| </connections> | ||
| </tableView> | ||
| </subviews> | ||
| <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
| <connections> | ||
| <outlet property="dataSource" destination="-1" id="grn-Rq-4Ux"/> | ||
| <outlet property="delegate" destination="-1" id="M2x-yu-OMO"/> | ||
| </connections> | ||
| <point key="canvasLocation" x="-135" y="440"/> | ||
| </tableView> | ||
| <constraints> | ||
| <constraint firstItem="z24-IP-C1d" firstAttribute="top" secondItem="l0W-xK-8xH" secondAttribute="bottom" constant="8" symbolic="YES" id="0df-ai-tsW"/> | ||
| <constraint firstItem="Yxv-VE-xmM" firstAttribute="leading" secondItem="L7N-GR-IxR" secondAttribute="leading" constant="10" id="4x9-tD-Syf"/> | ||
| <constraint firstAttribute="bottom" secondItem="z24-IP-C1d" secondAttribute="bottom" id="9sJ-W9-CHU"/> | ||
| <constraint firstItem="l0W-xK-8xH" firstAttribute="leading" secondItem="Yxv-VE-xmM" secondAttribute="trailing" constant="5" id="LQZ-a4-Lus"/> | ||
| <constraint firstItem="Yxv-VE-xmM" firstAttribute="top" secondItem="L7N-GR-IxR" secondAttribute="top" constant="80" id="XNy-xq-QAv"/> | ||
| <constraint firstItem="z24-IP-C1d" firstAttribute="leading" secondItem="L7N-GR-IxR" secondAttribute="leading" id="XY5-FZ-uHL"/> | ||
| <constraint firstItem="z24-IP-C1d" firstAttribute="top" secondItem="Yxv-VE-xmM" secondAttribute="bottom" constant="7" id="bcd-oG-PRg"/> | ||
| <constraint firstItem="Yxv-VE-xmM" firstAttribute="centerY" secondItem="l0W-xK-8xH" secondAttribute="centerY" id="gWr-y3-bIW"/> | ||
| <constraint firstAttribute="trailing" secondItem="z24-IP-C1d" secondAttribute="trailing" id="hRI-il-Wrr"/> | ||
| <constraint firstAttribute="trailing" secondItem="l0W-xK-8xH" secondAttribute="trailing" constant="5" id="yyL-h2-L4L"/> | ||
| </constraints> | ||
| <point key="canvasLocation" x="-161" y="334"/> | ||
| </view> | ||
| </objects> | ||
| </document> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Porque voce esta programando em objective-C ?