Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ProductosPY
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Vargas
ProductosPY
Commits
3a9d6399
Commit
3a9d6399
authored
May 19, 2020
by
Mobile Roshka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Se arregla un bug con el buscador
parent
c8595c29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
ProductosPY/ViewControllers/ScreenTwoViewController.swift
+2
-1
No files found.
ProductosPY/ViewControllers/ScreenTwoViewController.swift
View file @
3a9d6399
...
@@ -268,7 +268,8 @@ extension ScreenTwoViewController: UISearchBarDelegate {
...
@@ -268,7 +268,8 @@ extension ScreenTwoViewController: UISearchBarDelegate {
searchBar
.
endEditing
(
true
)
searchBar
.
endEditing
(
true
)
searchBarView
.
endEditing
(
true
)
searchBarView
.
endEditing
(
true
)
tableView
.
isHidden
=
true
tableView
.
isHidden
=
true
if
(
textButton
?
.
uppercased
()
.
contains
(
"todos"
))
!
{
if
textButton
!
==
"Todos los productos"
{
addFeatureCollectionInTheMap
()
addFeatureCollectionInTheMap
()
}
else
{
}
else
{
addFeatureCollectionFilterInTheMap
(
tipo
:
tipoProducto
,
nombre
:
textButton
!
)
addFeatureCollectionFilterInTheMap
(
tipo
:
tipoProducto
,
nombre
:
textButton
!
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment