-
Notifications
You must be signed in to change notification settings - Fork 37
João Schimmelpfeng #32
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
joaoschimmelpfeng
wants to merge
9
commits into
mackmobile:master
Choose a base branch
from
joaoschimmelpfeng: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
9 commits
Select commit
Hold shift + click to select a range
f19c466
Bronze
joaoschimmelpfeng 2016b8d
Adicionado preço
joaoschimmelpfeng 867b9df
Localizable String
joaoschimmelpfeng ccbe8f8
Primeiro topico do Prata.
joaoschimmelpfeng 8170f6a
Bronze Refeito
joaoschimmelpfeng 224ff9d
Pesquisa dividida por sections.
joaoschimmelpfeng 6b3dc5f
Desafio do Regex, do navbar completos
joaoschimmelpfeng b703bd4
Adicionado persistencia.
joaoschimmelpfeng b9a2cdb
Adicionado icones conforme categoria
joaoschimmelpfeng 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,9 @@ | ||
| /* | ||
| LocalizableString.strings | ||
| iTunesSearch | ||
|
|
||
| Created by João Vitor dos Santos Schimmelpfeng on 10/03/15. | ||
| Copyright (c) 2015 joaquim. All rights reserved. | ||
| */ | ||
| "movie" = "Movie"; | ||
| "song" = "Music"; |
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,9 @@ | ||
| /* | ||
| LocalizableString.strings | ||
| iTunesSearch | ||
|
|
||
| Created by João Vitor dos Santos Schimmelpfeng on 10/03/15. | ||
| Copyright (c) 2015 joaquim. All rights reserved. | ||
| */ | ||
| "movie" = "Le Movie"; | ||
| "song"= "La musique"; |
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,126 @@ | ||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6751" systemVersion="14A389" 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="searchBar1" destination="rFu-bY-Q76" id="bWD-u6-U7b"/> | ||
| <outlet property="tableview" destination="z24-IP-C1d" id="fiF-7d-ri3"/> | ||
| <outlet property="view" destination="z24-IP-C1d" id="NXu-VO-9o4"/> | ||
| </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"> | ||
| <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> | ||
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | ||
| <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
| <view key="tableHeaderView" contentMode="scaleToFill" id="Pfp-Y3-RXb"> | ||
| <rect key="frame" x="0.0" y="0.0" width="600" height="38"/> | ||
| <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> | ||
| <subviews> | ||
| <searchBar contentMode="redraw" ambiguous="YES" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rFu-bY-Q76"> | ||
| <rect key="frame" x="0.0" y="0.0" width="528" height="44"/> | ||
| <constraints> | ||
| <constraint firstAttribute="width" constant="327" id="bTG-6B-c6n"> | ||
| <variation key="heightClass=regular-widthClass=compact" constant="330"/> | ||
| </constraint> | ||
| </constraints> | ||
| <textInputTraits key="textInputTraits"/> | ||
| <variation key="default"> | ||
| <mask key="constraints"> | ||
| <exclude reference="bTG-6B-c6n"/> | ||
| </mask> | ||
| </variation> | ||
| <variation key="widthClass=compact"> | ||
| <mask key="constraints"> | ||
| <include reference="bTG-6B-c6n"/> | ||
| </mask> | ||
| </variation> | ||
| <variation key="heightClass=regular-widthClass=compact" misplaced="YES"> | ||
| <rect key="frame" x="0.0" y="0.0" width="330" height="44"/> | ||
| <mask key="constraints"> | ||
| <exclude reference="bTG-6B-c6n"/> | ||
| </mask> | ||
| </variation> | ||
| </searchBar> | ||
| <button opaque="NO" contentMode="scaleToFill" ambiguous="YES" misplaced="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yeY-bN-ttI"> | ||
| <rect key="frame" x="541" y="8" width="46" height="30"/> | ||
| <state key="normal" title="Search"> | ||
| <color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> | ||
| </state> | ||
| <variation key="heightClass=regular-widthClass=compact" misplaced="YES"> | ||
| <rect key="frame" x="341" y="8" width="51" height="36"/> | ||
| </variation> | ||
| <connections> | ||
| <action selector="clicked:" destination="-1" eventType="touchUpInside" id="W6P-5C-oyV"/> | ||
| </connections> | ||
| </button> | ||
| </subviews> | ||
| <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | ||
| <constraints> | ||
| <constraint firstItem="rFu-bY-Q76" firstAttribute="leading" secondItem="Pfp-Y3-RXb" secondAttribute="leading" id="2yD-1g-u6g"/> | ||
| <constraint firstItem="yeY-bN-ttI" firstAttribute="leading" secondItem="rFu-bY-Q76" secondAttribute="trailing" constant="14" id="Ayp-XW-hHm"/> | ||
| <constraint firstItem="rFu-bY-Q76" firstAttribute="top" secondItem="Pfp-Y3-RXb" secondAttribute="top" id="HEO-Kz-ZVR"/> | ||
| <constraint firstItem="yeY-bN-ttI" firstAttribute="top" secondItem="Pfp-Y3-RXb" secondAttribute="top" constant="8" id="HiA-6I-O7Z"/> | ||
| <constraint firstItem="yeY-bN-ttI" firstAttribute="leading" secondItem="rFu-bY-Q76" secondAttribute="trailing" constant="14" id="HiO-rV-f4O"/> | ||
| <constraint firstAttribute="trailing" secondItem="yeY-bN-ttI" secondAttribute="trailing" constant="8" id="MPb-Gb-JOZ"/> | ||
| <constraint firstItem="yeY-bN-ttI" firstAttribute="leading" secondItem="rFu-bY-Q76" secondAttribute="trailing" constant="14" id="OXn-Ea-rc1"/> | ||
| <constraint firstItem="yeY-bN-ttI" firstAttribute="leading" secondItem="rFu-bY-Q76" secondAttribute="trailing" constant="11" id="Pgh-pC-t1b"/> | ||
| <constraint firstItem="yeY-bN-ttI" firstAttribute="leading" secondItem="rFu-bY-Q76" secondAttribute="trailing" constant="11" id="dOB-CN-BMa"/> | ||
| <constraint firstItem="yeY-bN-ttI" firstAttribute="top" secondItem="Pfp-Y3-RXb" secondAttribute="top" constant="8" id="eEq-C7-NQI"/> | ||
| <constraint firstAttribute="bottom" secondItem="yeY-bN-ttI" secondAttribute="bottom" constant="6" id="hU6-aX-eG7"/> | ||
| <constraint firstItem="rFu-bY-Q76" firstAttribute="leading" secondItem="Pfp-Y3-RXb" secondAttribute="leading" id="iNk-71-mYQ"/> | ||
| <constraint firstItem="rFu-bY-Q76" firstAttribute="top" secondItem="Pfp-Y3-RXb" secondAttribute="top" id="mXl-QR-9hu"/> | ||
| <constraint firstItem="yeY-bN-ttI" firstAttribute="leading" secondItem="rFu-bY-Q76" secondAttribute="trailing" constant="13" id="q36-WV-sju"/> | ||
| <constraint firstAttribute="trailing" secondItem="yeY-bN-ttI" secondAttribute="trailing" constant="13" id="qhU-CA-c88"/> | ||
| </constraints> | ||
| <variation key="default"> | ||
| <mask key="constraints"> | ||
| <exclude reference="2yD-1g-u6g"/> | ||
| <exclude reference="mXl-QR-9hu"/> | ||
| <exclude reference="Ayp-XW-hHm"/> | ||
| <exclude reference="HiO-rV-f4O"/> | ||
| <exclude reference="MPb-Gb-JOZ"/> | ||
| <exclude reference="OXn-Ea-rc1"/> | ||
| <exclude reference="Pgh-pC-t1b"/> | ||
| <exclude reference="dOB-CN-BMa"/> | ||
| <exclude reference="eEq-C7-NQI"/> | ||
| <exclude reference="hU6-aX-eG7"/> | ||
| <exclude reference="qhU-CA-c88"/> | ||
| </mask> | ||
| </variation> | ||
| <variation key="widthClass=compact"> | ||
| <mask key="constraints"> | ||
| <include reference="2yD-1g-u6g"/> | ||
| <exclude reference="HEO-Kz-ZVR"/> | ||
| <exclude reference="iNk-71-mYQ"/> | ||
| <include reference="mXl-QR-9hu"/> | ||
| <exclude reference="Ayp-XW-hHm"/> | ||
| <include reference="HiO-rV-f4O"/> | ||
| <exclude reference="OXn-Ea-rc1"/> | ||
| <exclude reference="q36-WV-sju"/> | ||
| </mask> | ||
| </variation> | ||
| <variation key="heightClass=regular-widthClass=compact"> | ||
| <mask key="constraints"> | ||
| <exclude reference="HiA-6I-O7Z"/> | ||
| <exclude reference="HiO-rV-f4O"/> | ||
| <include reference="MPb-Gb-JOZ"/> | ||
| <include reference="Pgh-pC-t1b"/> | ||
| <exclude reference="dOB-CN-BMa"/> | ||
| <include reference="eEq-C7-NQI"/> | ||
| <exclude reference="hU6-aX-eG7"/> | ||
| <exclude reference="qhU-CA-c88"/> | ||
| </mask> | ||
| </variation> | ||
| </view> | ||
| <connections> | ||
| <outlet property="dataSource" destination="-1" id="grn-Rq-4Ux"/> | ||
| <outlet property="delegate" destination="-1" id="M2x-yu-OMO"/> | ||
| </connections> | ||
| <point key="canvasLocation" x="-144" y="372"/> | ||
| </tableView> | ||
| </objects> | ||
| </document> |
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 trocou o target para 8.0?
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.
Troquei pois precisava rodar o simulador enquanto eu ainda estava baixando a nova versão do xcode.