-
Notifications
You must be signed in to change notification settings - Fork 37
Bruno Faganello Neto #40
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
faganello60
wants to merge
8
commits into
mackmobile:master
Choose a base branch
from
faganello60: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
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
d3c8e3e
Bronze 1 -Feito
c6bb1e2
Começando o Prata
f680002
Desafio prata 1-Provavelmente funcionando(Itunes fora do ar)
7cc76f7
Prata 1 -Incompleto
f6b878c
Bronze 3-Pronto
92399cf
Pre;co adicionado, para o Bronze
c31dc1b
Tentando fazer a BUSCA
7f1224e
Metodo busca, dividos por seção
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| /* | ||
| Localizable.strings | ||
| iTunesSearch | ||
|
|
||
| Created by Bruno Faganello Neto on 11/03/15. | ||
| Copyright (c) 2015 joaquim. All rights reserved. | ||
| */ |
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,64 @@ | ||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| <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="tableview" destination="5JK-UR-MjS" id="ETX-EZ-oq9"/> | ||
| <outlet property="texto" destination="f2e-Qv-uGU" id="JDp-uL-u0a"/> | ||
| <outlet property="view" destination="xz6-Oa-dl0" id="iRY-sI-LRt"/> | ||
| </connections> | ||
| </placeholder> | ||
| <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | ||
| <view contentMode="scaleToFill" id="xz6-Oa-dl0"> | ||
| <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | ||
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | ||
| <subviews> | ||
| <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="f2e-Qv-uGU"> | ||
| <rect key="frame" x="24" y="51" width="200" height="30"/> | ||
| <constraints> | ||
| <constraint firstAttribute="height" constant="30" id="6Wk-aD-p35"/> | ||
| <constraint firstAttribute="width" constant="200" id="ZlA-I7-z9w"/> | ||
| </constraints> | ||
| <fontDescription key="fontDescription" type="system" pointSize="14"/> | ||
| <textInputTraits key="textInputTraits"/> | ||
| </textField> | ||
| <button opaque="NO" contentMode="scaleToFill" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KEY-1k-5Bt"> | ||
| <rect key="frame" x="344" y="50" width="49" height="30"/> | ||
| <state key="normal" title="Buscar"> | ||
| <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> | ||
| </state> | ||
| <connections> | ||
| <action selector="procurar:" destination="-1" eventType="touchUpInside" id="ia7-AG-J0s"/> | ||
| </connections> | ||
| </button> | ||
| <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="5JK-UR-MjS"> | ||
| <rect key="frame" x="0.0" y="129" width="600" height="600"/> | ||
| <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
| </tableView> | ||
| </subviews> | ||
| <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
| <constraints> | ||
| <constraint firstItem="f2e-Qv-uGU" firstAttribute="top" secondItem="xz6-Oa-dl0" secondAttribute="top" constant="51" id="90r-Za-3LP"/> | ||
| <constraint firstItem="KEY-1k-5Bt" firstAttribute="leading" secondItem="f2e-Qv-uGU" secondAttribute="trailing" constant="88" id="SlE-Lu-NAh"/> | ||
| <constraint firstItem="KEY-1k-5Bt" firstAttribute="top" secondItem="xz6-Oa-dl0" secondAttribute="top" constant="50" id="XOL-yb-NEO"/> | ||
| <constraint firstAttribute="trailing" secondItem="KEY-1k-5Bt" secondAttribute="trailing" constant="210" id="iFP-4f-dGA"/> | ||
| <constraint firstItem="f2e-Qv-uGU" firstAttribute="leading" secondItem="xz6-Oa-dl0" secondAttribute="leading" constant="24" id="mDm-iW-7oG"/> | ||
| <constraint firstItem="KEY-1k-5Bt" firstAttribute="leading" secondItem="f2e-Qv-uGU" secondAttribute="trailing" constant="60" id="r7M-7j-44v"/> | ||
| <constraint firstItem="KEY-1k-5Bt" firstAttribute="top" secondItem="xz6-Oa-dl0" secondAttribute="top" constant="50" id="tsK-wK-JG1"/> | ||
| <constraint firstItem="f2e-Qv-uGU" firstAttribute="top" secondItem="xz6-Oa-dl0" secondAttribute="top" constant="51" id="waR-ce-fQK"/> | ||
| </constraints> | ||
| <variation key="default"> | ||
| <mask key="constraints"> | ||
| <exclude reference="90r-Za-3LP"/> | ||
| <exclude reference="SlE-Lu-NAh"/> | ||
| <exclude reference="iFP-4f-dGA"/> | ||
| <exclude reference="tsK-wK-JG1"/> | ||
| </mask> | ||
| </variation> | ||
| <point key="canvasLocation" x="-136" y="379"/> | ||
| </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
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 was deleted.
Oops, something went wrong.
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 maisculo?