- Made 3 layer gradient for the view - Completed FAq expand collapse with logic. - addd error handler - Made Woka Support UI - Added Custom DropDown in support - Added Custom Gradeint - Handled the autolayouts - Added Check for No Subject Selected
14 lines
270 B
Swift
14 lines
270 B
Swift
//
|
|
// NsNotificationExtension.swift
|
|
// WOKA
|
|
//
|
|
// Created by Bilal on 04/06/2024.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension Notification.Name {
|
|
static let languageDidChange = Notification.Name("languageDidChange")
|
|
static let linkPush = Notification.Name("linkPush")
|
|
}
|