SlideShare a Scribd company logo
ContactBook
Для тих кому мало звичайної контактної книжки
Коли звичайної контактної
книжки замало
• Обмежений вибір полів
• Незручність ведення бізнес-
контактів
• Мінімалістичний інтерфейс
• Групування даних для легкості
навігації
• Зберігання найрізноманітніших даних
ContactBook
• Мінімалістичний інтерфейс
• Групування даних для легкості
навігації
• Зберігання найрізноманітніших даних
• Швидке заповнення даних на основі
створених шаблонів
ContactBook
• Мінімалістичний інтерфейс
• Групування даних для легкості
навігації
• Зберігання найрізноманітніших даних
• Швидке заповнення даних на основі
створених шаблонів
• Створення власних шаблонних полів
ContactBook
• Мінімалістичний інтерфейс
• Групування даних для легкості
навігації
• Зберігання найрізноманітніших даних
• Швидке заповнення даних на основі
створених шаблонів
• Створення власних шаблонних полів
• Додавання нешаблонних полів
ContactBook
• Core Data
Використані технології
import Foundation
import CoreData
class GroupOfLabels: NSManagedObject {
@NSManaged var title: String?
@NSManaged var contact: Contact?
@NSManaged var details_: NSOrderedSet?
var details : [ContactDetail] {
get {
if let orderedSet = details_ {
return orderedSet.array as! [ContactDetail]
} else {
return []
}
}
set {
details_ = NSOrderedSet(array: newValue)
}
}
convenience init() {
let entity = NSEntityDescription.entityForName("GroupOfLabels",
inManagedObjectContext: AppDelegate.managedObjectContext)
self.init(entity: entity!, insertIntoManagedObjectContext:
AppDelegate.managedObjectContext)
}
}
• Core Data
• NSOperationQueue
Використані технології
var searchQueue = NSOperationQueue()
searchQueue.qualityOfService = .Background
searchQueue.maxConcurrentOperationCount = 1
func search(searchInObjects searchInObjects: DetailViewCellEditLabel.LabelType, text:
String) {
searchQueue.addOperationWithBlock {
if self.searchQueue.operations.count == 1 {
var indexPath : NSIndexPath!
var resultArrayCount : Int!
switch searchInObjects {
case .Label:
self.filterGroupsByText(text, searchInObjects: .Label)
indexPath = NSIndexPath(forRow: 1, inSection: 0)
resultArrayCount = self.searchResultArray2.count
case .Group:
self.filterGroupsByText(text, searchInObjects: .Group)
indexPath = NSIndexPath(forRow: 2, inSection: 0)
resultArrayCount = self.searchResultArray.count
default: break
}
switch (self.searchCellShow, resultArrayCount) {
case (_, 0):
self.searchAction(.Delete)
case (_, 1) where self.searchResultArray != nil &&
self.searchResultArray.first == text:
self.searchAction(.Delete)
case (_, 1) where self.searchResultArray2 != nil &&
self.searchResultArray2.first?.count == 1 &&
self.searchResultArray2.first?.first?.label == text:
self.searchAction(.Delete)
• Core Data
• NSOperationQueue
• Без використання IB
Використані технології
class DetailViewCellDefault : UITableViewCell {
let label = UITextView(editable: false, style: .Label)
let data = UITextView(editable: false, style: .Text)
var cellReuse = false
func setInit() {
contentView.addSubview(label)
contentView.addSubview(data)
contentView.leadingAnchor.constraintEqualToAnchor(label.leadingAnchor).active
= true
contentView.topAnchor.constraintEqualToAnchor(label.topAnchor).active = true
contentView.trailingAnchor.constraintEqualToAnchor(label.trailingAnchor).active
= true
label.bottomAnchor.constraintEqualToAnchor(data.topAnchor).active = true
contentView.leadingAnchor.constraintEqualToAnchor(data.leadingAnchor).active
= true
contentView.trailingAnchor.constraintEqualToAnchor(data.trailingAnchor).active =
true
data.bottomAnchor.constraintEqualToAnchor(contentView.bottomAnchor).active
= true
}
func setConfig(label label: String?, text: String?) {
self.label.text = label
data.text = text
if !cellReuse {
setInit()
cellReuse = true
}
}
Дякую за увагу

More Related Content

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
Marius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
Expeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
Pixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
marketingartwork
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
Skeleton Technologies
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
SpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Lily Ray
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
Rajiv Jayarajah, MAppComm, ACC
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Christy Abraham Joy
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
Vit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
MindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
RachelPearson36
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

ContactBook

  • 1. ContactBook Для тих кому мало звичайної контактної книжки
  • 2. Коли звичайної контактної книжки замало • Обмежений вибір полів • Незручність ведення бізнес- контактів
  • 3. • Мінімалістичний інтерфейс • Групування даних для легкості навігації • Зберігання найрізноманітніших даних ContactBook
  • 4. • Мінімалістичний інтерфейс • Групування даних для легкості навігації • Зберігання найрізноманітніших даних • Швидке заповнення даних на основі створених шаблонів ContactBook
  • 5. • Мінімалістичний інтерфейс • Групування даних для легкості навігації • Зберігання найрізноманітніших даних • Швидке заповнення даних на основі створених шаблонів • Створення власних шаблонних полів ContactBook
  • 6. • Мінімалістичний інтерфейс • Групування даних для легкості навігації • Зберігання найрізноманітніших даних • Швидке заповнення даних на основі створених шаблонів • Створення власних шаблонних полів • Додавання нешаблонних полів ContactBook
  • 7. • Core Data Використані технології import Foundation import CoreData class GroupOfLabels: NSManagedObject { @NSManaged var title: String? @NSManaged var contact: Contact? @NSManaged var details_: NSOrderedSet? var details : [ContactDetail] { get { if let orderedSet = details_ { return orderedSet.array as! [ContactDetail] } else { return [] } } set { details_ = NSOrderedSet(array: newValue) } } convenience init() { let entity = NSEntityDescription.entityForName("GroupOfLabels", inManagedObjectContext: AppDelegate.managedObjectContext) self.init(entity: entity!, insertIntoManagedObjectContext: AppDelegate.managedObjectContext) } }
  • 8. • Core Data • NSOperationQueue Використані технології var searchQueue = NSOperationQueue() searchQueue.qualityOfService = .Background searchQueue.maxConcurrentOperationCount = 1 func search(searchInObjects searchInObjects: DetailViewCellEditLabel.LabelType, text: String) { searchQueue.addOperationWithBlock { if self.searchQueue.operations.count == 1 { var indexPath : NSIndexPath! var resultArrayCount : Int! switch searchInObjects { case .Label: self.filterGroupsByText(text, searchInObjects: .Label) indexPath = NSIndexPath(forRow: 1, inSection: 0) resultArrayCount = self.searchResultArray2.count case .Group: self.filterGroupsByText(text, searchInObjects: .Group) indexPath = NSIndexPath(forRow: 2, inSection: 0) resultArrayCount = self.searchResultArray.count default: break } switch (self.searchCellShow, resultArrayCount) { case (_, 0): self.searchAction(.Delete) case (_, 1) where self.searchResultArray != nil && self.searchResultArray.first == text: self.searchAction(.Delete) case (_, 1) where self.searchResultArray2 != nil && self.searchResultArray2.first?.count == 1 && self.searchResultArray2.first?.first?.label == text: self.searchAction(.Delete)
  • 9. • Core Data • NSOperationQueue • Без використання IB Використані технології class DetailViewCellDefault : UITableViewCell { let label = UITextView(editable: false, style: .Label) let data = UITextView(editable: false, style: .Text) var cellReuse = false func setInit() { contentView.addSubview(label) contentView.addSubview(data) contentView.leadingAnchor.constraintEqualToAnchor(label.leadingAnchor).active = true contentView.topAnchor.constraintEqualToAnchor(label.topAnchor).active = true contentView.trailingAnchor.constraintEqualToAnchor(label.trailingAnchor).active = true label.bottomAnchor.constraintEqualToAnchor(data.topAnchor).active = true contentView.leadingAnchor.constraintEqualToAnchor(data.leadingAnchor).active = true contentView.trailingAnchor.constraintEqualToAnchor(data.trailingAnchor).active = true data.bottomAnchor.constraintEqualToAnchor(contentView.bottomAnchor).active = true } func setConfig(label label: String?, text: String?) { self.label.text = label data.text = text if !cellReuse { setInit() cellReuse = true } }