blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 2 625 | content_id stringlengths 40 40 | detected_licenses listlengths 0 47 | license_type stringclasses 2
values | repo_name stringlengths 5 116 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 643
values | visit_date timestamp[ns] | revision_date timestamp[ns] | committer_date timestamp[ns] | github_id int64 80.4k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 16
values | gha_event_created_at timestamp[ns] | gha_created_at timestamp[ns] | gha_language stringclasses 85
values | src_encoding stringclasses 7
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 1
class | length_bytes int64 4 6.44M | extension stringclasses 17
values | content stringlengths 4 6.44M | duplicates listlengths 1 9.02k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dc345c6643cc74d116df7fa9da41b193142615ef | 22e4e03c7610e6ca94456a613af4cf723b31a03b | /omni/Model/FetchOrCreatable.swift | b70c49ff59849def99b72bbaa29d610a7bdfa3d5 | [] | no_license | RebeccaElliceHsiao/ItemsChatRoom | 9e30a3b5dbe04f0e0d1d0a3c4764f3b8a0c6fed8 | bd66de184b7b8bfd1a5c4505f37e2196b64a12b7 | refs/heads/master | 2020-03-18T16:17:47.613127 | 2018-05-26T19:18:45 | 2018-05-26T19:18:45 | 134,957,466 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,313 | swift | //
// FetchOrCreatable.swift
// omni
//
// Created by Rebecca Hsiao on 2018/05/06.
// Copyright © 2018年 Rebecca Hsiao. All rights reserved.
//
import Foundation
import UIKit
import CoreData
protocol HasID {
var id: String { get set }
}
protocol Parseable {
func parse(dict: [String: Any])
}
protocol Fetc... | [
-1
] |
5abba7e62bb6df78f52de2f6f4e3f2cb8ca58294 | 02897e1394859228e8e8d3c6095666a0e0a53bb9 | /Lectures/Sep18/Sep18/View Controllers/YellowViewController.swift | f1c018daa84685d554ebb425d883d6cd35256b61 | [] | no_license | mattwhitesides/MobileAppDev | 08a7008044a239fbe14878949431b4a99bd3f4ce | a9788af7583a8b3b90b5b93f60115ccef186c7a4 | refs/heads/master | 2016-09-10T16:17:51.528670 | 2014-10-28T23:19:51 | 2014-10-28T23:19:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,756 | swift | //
// YellowViewController.swift
// Sep18
//
// Created by Matthew Whitesides on 9/18/14.
// Copyright (c) 2014 Matthew Whitesides. All rights reserved.
//
import UIKit
class YellowViewController: UIViewController {
let textField = UITextField(frame: CGRectZero)
let button = UIButton(UIButtonType.Custom)... | [
-1
] |
a30330a6eb1d2f18ca61a7998d159d08d813e47d | 5182f60d85f4753523235233b29f09c9046c6208 | /googWeather/Models/Weather.swift | 85a1f3d3aafd2b360cde6b7185dba08d8fa2149c | [
"MIT"
] | permissive | lismaroliveira1/goodweather | 5cd4780fe5291882584cb7fc906df20e3ffdb2d5 | 61d0da3cbc4f82d7b399cb25dd2afe7a2d7547cb | refs/heads/main | 2023-03-29T16:44:43.889778 | 2021-04-09T17:04:17 | 2021-04-09T17:04:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 245 | swift | //
// Weather.swift
// googWeather
//
// Created by Lismar Oliveira on 09/04/21.
//
import Foundation
struct WeatherResponse:Decodable {
let main: Weather
}
struct Weather: Decodable {
var temp: Double?
var humidity: Double?
}
| [
-1
] |
08017a3086e968edab26357b21ddbf7b1bd6d9b4 | 51bfc65cc7fcdfae31497fc5aa6db2916007ddff | /WeiBo/WeiBo/Classes/Home/StatusesModel.swift | e5c941f43326e58314083c3307d4073fac8b7d04 | [
"Apache-2.0"
] | permissive | wangjiayu4657/Weibo | dd07790a47e8efde96852d03a6534f315745b30e | deb6d613b3dd50faea86b1000e93c9ab74e7a6ed | refs/heads/master | 2021-01-11T19:08:15.110353 | 2017-02-15T10:27:21 | 2017-02-15T10:27:21 | 79,322,732 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 6,938 | swift | //
// StatusesModel.swift
// WeiBo
//
// Created by fangjs on 2016/11/23.
// Copyright © 2016年 fangjs. All rights reserved.
/** 数据模型 */
import UIKit
import SDWebImage
class StatusesModel: NSObject {
///微博创建时间
var created_at:String? {
didSet {
//将时间字符串转换为 Date
let date = Dat... | [
-1
] |
520da43c5b6b2beb4237932070146653cd06d44c | 316c4ac242db27103abb44bc4e6a170f42523642 | /MetalImageProcessing.playground/Sources/Core/MetalObject.swift | dd45cac4a03636654b2913b91f933750ee37e989 | [] | no_license | mohssenfathi/MetalImageProcessingExample | c0875116a4a5143684de8522a82a052bc686187b | b7e8599b10bb6abd35a7d53d56f06a72347191f3 | refs/heads/master | 2021-01-17T19:00:52.583234 | 2017-02-09T22:31:18 | 2017-02-09T22:31:18 | 71,594,165 | 2 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,111 | swift | import Metal
public protocol MetalInput {
var output: MetalOutput? { get set }
var texture: MTLTexture? { get set }
var context: MetalContext? { get }
func addOutput(_ output: MetalOutput)
func processIfNeeded()
}
public protocol MetalOutput {
var input: MetalInput? { get set }
... | [
-1
] |
3b58144c930718743d9e2e8d867f32e0c7cc2928 | 918ceec0a60a4c2eb85caafa5c8c9dbb82198cd9 | /APP12/Minhas Viagens/AppDelegate.swift | ee93c1000aa8a62cbc29a6fa1551b3e106f1f18d | [] | no_license | abdo010/CursoIOS | 19b5dd3f04bc0ffff22eb33b3377a844a34c4284 | f0a4a505c39d8970fa9fc84096492e5dc33aeafe | refs/heads/master | 2020-03-28T01:59:57.649433 | 2018-08-15T22:04:40 | 2018-08-15T22:04:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,179 | swift | //
// AppDelegate.swift
// Minhas Viagens
//
// Created by Leonardo Paza on 06/07/18.
// Copyright © 2018 Curso IOS. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFi... | [
229380,
229383,
229385,
278539,
294924,
229388,
278542,
229391,
327695,
229394,
278548,
229397,
229399,
229402,
352284,
229405,
278556,
278559,
229408,
278564,
294950,
229415,
229417,
327722,
237613,
229422,
360496,
229426,
237618,
229428,
311349,
286774... |
15d1f1e41701936ffbe680c031b0e8cb970c5407 | 44b52899c8acb14b3efc0cc131b5dff745859e0b | /Stepic/CourseSubscriptionManager.swift | 9441cff23fe0b40dc173055faebe0e083b6bdb23 | [
"MIT"
] | permissive | romanbannikov/stepik-ios | 9b72843f7bc1d869103f70dbca2eef21dd7f10cf | 9469c4ccc8ea920f7a2966820b71fda2dd8870a2 | refs/heads/master | 2021-05-04T14:44:19.169270 | 2018-01-28T21:58:27 | 2018-01-28T21:58:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,365 | swift | //
// CoursesJoinManager.swift
// Stepic
//
// Created by Alexander Karpov on 11.02.16.
// Copyright © 2016 Alex Karpov. All rights reserved.
//
import UIKit
class CourseSubscriptionManager: NSObject {
static let sharedManager = CourseSubscriptionManager()
let courseSubscribedNotificationName = NSNotifi... | [
-1
] |
6387079d4947fbc45f6d721736f5d0e4c6df79aa | ebe58d92f15c5bac4c91b5566211a4b01c819f50 | /SplashBase/Extensions/UITableView+Extension.swift | 25f7865914bbd861fec333570e67094e7d842712 | [
"MIT"
] | permissive | RobertShrestha/SpashBase | 57e60111314cd1b4fd4818c8de2b28fb758a19e2 | 1def716396175cb7fbb05944622f03a2da19aee9 | refs/heads/master | 2020-09-16T07:51:58.629263 | 2019-12-15T16:11:26 | 2019-12-15T16:11:26 | 223,703,396 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,218 | swift | //
// UITableView+Extension.swift
// SplashBase
//
// Created by Robert Shrestha on 11/23/19.
// Copyright © 2019 robert. All rights reserved.
//
import UIKit
extension UITableView{
func dequeueResuableCell<Cell: UITableViewCell>(forIndexPath indexPath:IndexPath) -> Cell {
guard let cell = self.dequeu... | [
-1
] |
14b0bc8b7cb008b07b0cc04212c829146a1d04a3 | a95ac8951d898763cd3adf809cfa24c7eef3b12c | /HonoluluArt/HonoluluArt/ViewController.swift | 12185dcb7f3d97232478c64fdd8ce0d3adc32dd3 | [] | no_license | Ry-Mu/iOS_intermediate | cab41a84d04dcddec226ef9de0484efaf264462e | 1a2a5bec964e2c6c61faecdca5a9a114c074d78b | refs/heads/master | 2021-01-22T17:53:06.960612 | 2017-03-21T04:28:31 | 2017-03-21T04:28:31 | 85,045,280 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 408 | swift | //
// ViewController.swift
// HonoluluArt
//
// Created by Ryan Munguia on 3/16/17.
// Copyright © 2017 Ryan Munguia. All rights reserved.
//
import MapKit
class ViewController: UIViewController {
@IBOutlet weak var mapView: MKMapView!
override func viewDidLoad() {
super.viewDidLoad()
... | [
135843
] |
f378463e4689475e9807ede457ff8edbe00b4e26 | 8158093fa0dfa6b30c77dd59719423ba48dff4f3 | /Gluco App/Controllers/SecondLoginViewController.swift | 3f7ce58bbb6b043500480ce3e2508fe836a6f7d5 | [] | no_license | chaitraBL/Dr-Trust | d911f974a7802e4cde202baff4396c04747350f0 | 03e9b68ed9d40196ab39be2d6e39ecaedeca9c69 | refs/heads/main | 2023-08-21T08:33:13.618166 | 2021-10-18T06:05:59 | 2021-10-18T06:05:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 754 | swift | //
// SecondLoginViewController.swift
// Gluco App
//
// Created by edgefinity on 27/07/21.
//
import UIKit
import SkyFloatingLabelTextField
class SecondLoginViewController: UIViewController {
@IBOutlet var name: UILabel!
@IBOutlet var password: SkyFloatingLabelTextField!
@IBOutlet var showH... | [
-1
] |
f62e8596748b9ab9ee453fb51c43537b36e477da | dd485eb0ede67285af51b512c9d79770bffeb4b9 | /Contact/View/ContactCell.swift | 399dbedc13f72e3ab9907768a332bbb087817acc | [] | no_license | klaes-ashford/Contact | 2e96e5d5d1d1f618a6922fc1c13fbd4ae24c068e | 459ca7c61a807b2acc07d290d02b0b5efe113ba7 | refs/heads/master | 2022-01-13T12:18:26.329739 | 2019-02-19T18:11:08 | 2019-02-19T18:11:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 4,276 | swift | //
// ContactCell.swift
// Contact
//
// Created by Kuliza-148 on 17/02/19.
// Copyright © 2019 swift. All rights reserved.
//
import UIKit
import RxSwift
import Kingfisher
class ContactCell: UITableViewCell, ReusableView {
private var fullNameLabel: UILabel!
private var profileImageView: UIImageView!
... | [
-1
] |
ed72ef8b7d28e0be72038ed0f5d9f45321dc6f57 | e36578dc036798cd465715bf54834e3dfb19526b | /AutoLayout/AppDelegate.swift | 50ee9f5bdf9457c7e81893b602868d02cca456e3 | [] | no_license | NikitaAntonenko/AutoLayout | cf4f2b6266c3e471217b868068de4943fd549cac | aeb09608eb132b010800b8dd61d0acde01f53ee6 | refs/heads/master | 2021-04-27T20:00:20.352397 | 2018-02-21T17:29:16 | 2018-02-21T17:29:16 | 122,369,199 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,167 | swift | //
// AppDelegate.swift
// AutoLayout
//
// Created by getTrickS2 on 2/21/18.
// Copyright © 2018 Nik's. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchin... | [
229380,
229383,
229385,
278539,
229388,
294924,
278542,
229391,
327695,
278545,
229394,
278548,
229397,
229399,
229402,
352284,
229405,
278556,
278559,
229408,
278564,
294950,
229415,
229417,
327722,
237613,
229422,
360496,
229426,
237618,
229428,
311349... |
543ecf6994829c107a44fba4a0fb2f15bbe7c974 | ed9fbbe5e79e55af9723336236b748bb7d09feb1 | /Cactacea/Classes/Swaggers/Models/NotificationSetting.swift | 86e10db002581785ba27ac0f8ebf3ab8d0fc76b3 | [
"MIT"
] | permissive | cactacea/ios | d9c8247acb4fc0230dd41033dff7c274fd743f7a | 4bb6462b1c2ff5d8bee65cc04d063d8e4c44edaa | refs/heads/master | 2021-06-20T14:59:41.432237 | 2019-11-02T11:13:58 | 2019-11-02T11:13:58 | 150,113,874 | 0 | 0 | MIT | 2019-03-03T14:05:14 | 2018-09-24T14:17:32 | Swift | UTF-8 | Swift | false | false | 2,104 | swift | //
// NotificationSetting.swift
//
// Generated by swagger-codegen
// https://github.com/swagger-api/swagger-codegen
//
import Foundation
open class NotificationSetting: Codable {
public var tweet: Bool
public var comment: Bool
public var friendRequest: Bool
public var message: Bool
public var ... | [
-1
] |
ce2224e453f2e2fefe562d2d9556085bba8d2e98 | 5e3c11567972a8e6cf1da02e46e6c74241329948 | /SideMenuTest/HistoryViewController.swift | 32a2295eb0fc760a1bf7a755437525e3498b5a01 | [] | no_license | raqeeb23/SideMenuUsingLibrary | 9e65cb2179386829057683a082172292c178a829 | f0abf30682804097141121896bb69321135c073d | refs/heads/master | 2021-01-14T19:30:31.807924 | 2020-02-24T12:29:51 | 2020-02-24T12:29:51 | 242,731,237 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,256 | swift | //
// HistoryViewController.swift
// SideMenuTest
//
// Created by mac mini on 20/02/20.
// Copyright © 2020 mac mini. All rights reserved.
//
import UIKit
class HistoryViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
title = "History"
sideMenuContr... | [
-1
] |
e36b54134153ecbe11342f3fb831ade1e4b4f8b3 | 3c7ddb5c53734be432c89b956a990546226c8f59 | /Muzinda DevOps/NewMessageController.swift | 54ccb2f0d70005f387ab24c33f673396b57bf018 | [] | no_license | C4sse/Muzinda-DevOps | be22e52c1f31f8c9162b71e208c4b1d6af52c43e | 81969231187c8369782e1575b3669738d87deabd | refs/heads/master | 2020-05-19T15:14:28.246597 | 2019-05-13T08:40:02 | 2019-05-13T08:40:02 | 185,080,978 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,058 | swift | //
// NewMessageController.swift
// Spark
//
// Created by Casse on 13/3/19.
// Copyright © 2019 AppsDevo. All rights reserved.
//
import UIKit
import Firebase
class NewMessageController: UITableViewController {
let cellId = "cellId"
var users: [UserModel] = [ ]
override func viewDidLoad() {... | [
316620
] |
242cf9739d338b4254ae938bbc10c54b41af5cac | efcbf87c7090d9b3ef2c4245dbb9ac54792c2d96 | /PracticeRxUITests/PracticeRxUITests.swift | ca6bd3f81b6817fa924f3bcf90c8f1ea0cd33240 | [] | no_license | MiuraToya/MVVM-by-RxSwift | 8e20e22edb749a023fbf200fe3785c089c434a19 | 5f0fd1f644360d7e9847aa462e0754a7a24920a8 | refs/heads/main | 2023-05-21T19:50:54.280259 | 2021-06-12T03:59:40 | 2021-06-12T03:59:40 | 375,434,785 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,428 | swift | //
// PracticeRxUITests.swift
// PracticeRxUITests
//
// Created by 三浦 登哉 on 2021/06/09.
//
import XCTest
class PracticeRxUITests: XCTestCase {
override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class.
// In U... | [
360463,
155665,
376853,
344106,
253996,
385078,
163894,
180279,
352314,
213051,
376892,
32829,
286787,
352324,
237638,
352327,
385095,
393291,
163916,
368717,
311373,
196687,
278607,
311377,
254039,
426074,
368732,
180317,
32871,
352359,
221292,
278637,
... |
4bbbf8460baeb24d64e3b8a8b2719b03d62cf5ef | 11d64ed779ad0173f250c615c44949a3db2de3d4 | /Bobber WatchKit Extension/NotificationController.swift | c1b6ceb6d8320fb8cd5e048949474bd2733970b2 | [] | no_license | aryaxt/Bobber | 54d30e9b5e2d1060f2ae7aa5a974111fec682983 | fd00ecb986109142f8ad1adc77183c9bda5e60fe | refs/heads/master | 2021-01-14T14:23:22.308012 | 2016-01-06T17:42:10 | 2016-01-06T17:42:10 | 28,982,438 | 4 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,855 | swift | //
// NotificationController.swift
// Bobber WatchKit Extension
//
// Created by Aryan Ghassemi on 3/14/15.
// Copyright (c) 2015 aryaxt. All rights reserved.
//
import WatchKit
import Foundation
class NotificationController: WKUserNotificationInterfaceController {
override init() {
// Initialize va... | [
282371,
282385,
216859,
66075,
282413,
178353,
282420,
7226,
282305,
309446,
282314,
180044,
282323,
196054,
282332,
286178,
282341,
229221,
282351,
34674,
144501,
282360
] |
657c7846d71f5a98b7d12420f9d3dd5799073f8c | 28e2a07aed23636737d8ace05df6de39d6438f98 | /Morse/ViewController.swift | feaad7a2c111a80ad02ecd7e3c81985392866a5a | [] | no_license | jorgenrh/morse | 376b07f3b01227a81f24e3108055cb45540d1cdd | ceed97b10e79bb1ca83f19535eff9a5f69263171 | refs/heads/master | 2021-01-10T09:20:36.147511 | 2016-03-20T23:23:05 | 2016-03-20T23:23:05 | 54,240,972 | 1 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 5,086 | swift | //
// ViewController.swift
// Morse
//
// Created by J.R.Hoem on 28.09.15.
// Copyright © 2015 JRH. All rights reserved.
//
/*
https://stackoverflow.com/questions/7298342/generating-morse-code-style-tones-in-objective-c
You need to be able to generate tones of a specific duration, separated by silences of a specifi... | [
-1
] |
fe6694bfac17c6fd65b1b6f567b9eae9b9cd9320 | 5e2109f764c958e3af84f0f2f02acb3de1ea2a82 | /Curve/Curve.swift | 49dd528eda6682e1c4800214e5a510712e369e50 | [] | no_license | Curnelius/Papaya | 767daa1b841121145c18dc98062692c17f5563f8 | 99ae6064e5dee4803fbcf129c8b3a167d585bae7 | refs/heads/master | 2020-04-03T05:37:02.415568 | 2018-11-12T07:12:53 | 2018-11-12T07:12:53 | 155,051,332 | 0 | 1 | null | null | null | null | UTF-8 | Swift | false | false | 2,077 | swift | //
// Curve.swift
// Papaya
//
// Created by ran T on 28/10/2018.
// Copyright © 2018 ran T. All rights reserved.
//
import UIKit
class Curve: UIView {
var container:CurveContainer!
var cornerRadius = 26.0
//observe vars changes all the time
var title = ""... | [
-1
] |
686495a8772b84f21aff9732907e9a159209f32a | 12f1e34fb6d2cd458466694de4c62ea0aaa1155c | /BluePic/DataManagers/BluemixDataManager.swift | a206215d35c9ed628500645277b0ae73909bee89 | [] | no_license | fakanbrandli/BluePic | b29f65f56b677d6aea30f5ff006acd76a96f37fd | fca19e12daaf8b70bf630cdbae5813b1d1776de1 | refs/heads/master | 2021-01-20T11:38:48.928227 | 2017-02-25T20:21:12 | 2017-02-25T20:21:12 | 83,159,893 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 24,461 | swift | /**
* Copyright IBM Corporation 2016
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | [
-1
] |
e26976aefcaab855397a4538923a79f3112da153 | bf73236db291891071b856f1ed6d6cfd060694cd | /FoodPin/AppDelegate.swift | d2c3e78b9aac93fe7ecbc267ee9de359393b64c8 | [] | no_license | ZWeiweiY/BEaTs_iOS | a876ffc0d84d862ae024746b465cc9dd7511e65a | 94042c886997f635821cd1c386f179646138be8b | refs/heads/main | 2023-08-05T20:04:24.160472 | 2023-07-24T14:50:23 | 2023-07-24T14:50:23 | 327,467,537 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 4,005 | swift | //
// AppDelegate.swift
// FoodPin
//
// Created by NDHU_CSIE on 2020/10/22.
// Copyright © 2020 NDHU_CSIE. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunch... | [
348776,
325632,
311746,
168508
] |
3de787c0fcf9d2605a263d932385aa8a7a6a75c0 | 100c7486772cb03047e55364ddc854d86db02fd5 | /Guardian-UI/Guardian-UI/Presenter/FeedDetailPresenter.swift | bc9c6c4a0508b4e2767cbf731dba3f11c8a0a274 | [] | no_license | marwen86/GuardModule | 4b381cd156cfea3426f97eaff77ca7d9abe5df9a | a26c20abf215f9ba2750d225f38bb6568ea187fc | refs/heads/master | 2023-02-17T21:45:20.453864 | 2021-01-18T23:08:45 | 2021-01-18T23:08:45 | 330,503,355 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,405 | swift | //
// FeedDetailPresenter.swift
// Guardian-UI
//
// Created by Youssef Marouane on 18/01/2021.
//
import Foundation
import GuardianCore
public protocol FeedDetailView {
func display(_ viewModel: FeedDetailViewModel)
}
class FeedDetailPresenter {
private let feedView: FeedDetailView
private let e... | [
-1
] |
ccd5d562cad2e65c7d54f7745adfbdfc85673c68 | 9eef374dce9934b1b88325852adbffe1a986662a | /MailerLite/Utils/UIViewControllerExtension.swift | 4da1fda6af94f52c1258d9cf7b128aae329f04af | [] | no_license | bardonadam/mailerlite-ios-client | 37950cd91ccbad0cb99ba3db38f803bd20925146 | ff553abb68499a6c13d63ef21b63a0b2bcdac0ea | refs/heads/master | 2020-04-23T16:44:23.587220 | 2019-02-22T06:13:09 | 2019-02-22T06:13:09 | 171,307,990 | 1 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 350 | swift | //
// UIViewControllerExtension.swift
// MailerLite
//
// Created by Adam Bardon on 21/02/2019.
// Copyright © 2019 Adam Bardon. All rights reserved.
//
import UIKit
extension UIViewController {
func add(_ child: UIViewController) {
addChild(child)
view.addSubview(child.view)
child.did... | [
-1
] |
4c28d4cf664f8aeaafbddd349921c2d51a84cf1e | 50a2322a17d7f2041abfe1fe3fd3ecce730cf246 | /iOSFigmaEffects/iOSFigmaEffects/Classes/UIView+DropShadow.swift | 712d06521a843d3918bf4b91494ab0343d68550c | [
"MIT"
] | permissive | TiagoMJFlores/iOSFigmaEffects | 4c3528fa948e9fcf96838133c9611d207eb4cf3a | ad5ed4b2835ff26b12d37b1d2a696934d78ebd25 | refs/heads/main | 2023-02-05T15:11:28.869365 | 2020-12-21T16:47:37 | 2020-12-21T16:47:37 | 322,313,923 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,580 | swift | //
// View+UniversalShadow.swift
// Nimble
//
// Created by Tiago Flores on 17/12/2020.
//
import UIKit
import UIKit
enum InnerShadowDirection {
case Top
case Right
case Bottom
case Left
}
public extension UIView {
// also called Outer Shadow
func applyDropShadow(
color: UI... | [
-1
] |
9fc450c9003378587e9abe91db22609eb1c97657 | a278e8eecacd0a264b33af51c203c424c8fdd511 | /ios/JSProps/OverlayConfig.swift | 744abc24a00f96d2344efebfec89101f140a4fa2 | [
"MIT"
] | permissive | DiceTechnology/react-native-video | 9c0f70de77f852f5eb94636b54c7654ee68bcf45 | 5b4f7b17526eb6272c22f10eb2e2b3ea0252cf7d | refs/heads/super/dicetechnology | 2023-09-05T01:08:09.746781 | 2023-08-29T09:12:44 | 2023-08-29T09:12:44 | 117,120,378 | 0 | 0 | MIT | 2023-09-05T10:11:31 | 2018-01-11T15:57:44 | Java | UTF-8 | Swift | false | false | 2,216 | swift | //
// OverlayConfig.swift
// react-native-video
//
// Created by Yaroslav Lvov on 11.03.2022.
//
import AVDoris
struct OverlayConfig: SuperCodable {
let type: OverlayConfigType
let button: String
let components: [Component]
enum OverlayConfigType: String, Codable {
case expanded, side,... | [
-1
] |
fd17e863e8fb6477f051f04e475226e126f4b013 | 7af656575a6fb0991055e0f93b823050d9f86a11 | /BrewEstateChat/Everything/APIHandler/EndPoint.swift | e8483fcdb751db6dccf700ac47264e5f6e2fd572 | [] | no_license | SyedArifulIslamEmon/Chat | 7c4f4fee709dc3958b5bbaef303be425405a4dc1 | 2023b848bb8a831625ac412b1eff3d37f99d140a | refs/heads/master | 2021-01-19T19:41:16.408456 | 2017-03-29T04:52:45 | 2017-03-29T04:52:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,649 | swift | //
// Login.swift
// APISampleClass
//
// Created by cbl20 on 2/23/17.
// Copyright © 2017 Taran. All rights reserved.
//
import UIKit
import Alamofire
enum EndPoint {
case messages(api_token : String? , timezone : String?)
case sendMessage(api_token: String?, timezone: String?, other_id: String?, ch... | [
-1
] |
ebfe561646e813a040c2111edaf1c6bc15d7a2e7 | 410a3fb2c0f79f7f141eed75d2904d9bd99063ad | /Expense/DataSource/PlacesViewController.swift | 81483f265295b3b9607f9f30f61cdb729cfbd6d8 | [] | no_license | haspindergill/hackathon | 14e238a9a7289ca38406e15e90efb67eb5cbea35 | b2704078805f7ecedc7546b9b322996c93207bde | refs/heads/master | 2020-03-22T13:14:46.178504 | 2018-07-07T16:05:12 | 2018-07-07T16:05:12 | 140,093,649 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,058 | swift | //
// PlacesViewController.swift
// Expense
//
// Created by Haspinder on 07/07/18.
// Copyright © 2018 Haspinder Singh. All rights reserved.
//
import UIKit
import FirebaseDatabase
class PlacesViewController: UIViewController {
var ref: DatabaseReference!
var dataSource : TableDataSource?{
... | [
-1
] |
6da8f104ed52fd7dfb6b554ce46731f09939fd1e | defe927ca7ea92adbc2d2c3e4fa464acb6c97522 | /ScrollViewDemo4-scrollerview+container=tableview/ScrollViewDemo4Tests/ScrollViewDemo4Tests.swift | 3dc2a898338a1b56174cea1ba83d091bb1fe5e89 | [] | no_license | xiaolangshou/Swift_repository | b8bc2200a9f1a05631479a0ed2842c99b6bf941a | 46625f679c59650b6b40c4635a55816da47a36d1 | refs/heads/master | 2021-08-20T05:09:19.484036 | 2021-07-17T07:22:35 | 2021-07-17T07:22:35 | 249,946,297 | 2 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,003 | swift | //
// ScrollViewDemo4Tests.swift
// ScrollViewDemo4Tests
//
// Created by Thomas Lau on 2018/9/1.
// Copyright © 2018年 Thomas Lau. All rights reserved.
//
import XCTest
@testable import ScrollViewDemo4
class ScrollViewDemo4Tests: XCTestCase {
override func setUp() {
super.setUp()
// Put s... | [
313357,
98333,
102437,
292902,
229413,
354343,
354345,
278570,
233517,
309295,
282672,
229424,
237620,
229430,
180280,
288833,
288834,
286788,
311372,
223316,
315476,
280661,
307289,
354393,
315487,
237663,
45153,
309345,
280675,
227428,
280677,
313447,
... |
d2c0634bbdcffe4c7187c1f6bb813df366b24025 | a40176e66eacec197801dad06d024ba8864fc73e | /RockPaperScissors/RockPaperScissors/RockPaperScissorsApp.swift | 5ec7dfed3e1cf566b0a6e54f63934cad59b37185 | [
"Unlicense"
] | permissive | kuroski/100daysOfSwift | 49bdaa55e94921589643e7441a2c043396159348 | e10f15b2c042711d47aeddde14650c203ce2e070 | refs/heads/main | 2023-01-29T06:47:57.337394 | 2020-12-15T15:16:28 | 2020-12-15T15:16:28 | 312,393,215 | 1 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 256 | swift | //
// RockPaperScissorsApp.swift
// RockPaperScissors
//
// Created by Daniel Kuroski on 17.11.20.
//
import SwiftUI
@main
struct RockPaperScissorsApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
| [
216581,
375592,
412618,
438254,
418483,
359795,
383573,
370423,
419100
] |
f995960078732f25d1c0a0067f8cdda6c1f03cc3 | 63f9010d3415e0068e49aa6690ba0e6c9f893e28 | /language-code/doc-kotlin/CollectionsFiltering_4_3d63a13e83b59f354fbb60abeef8c436.swift | dc7c0a0056a369f1d8c2caa59862ba65647fefa7 | [] | no_license | tonnylitao/swift-vs-kotlin | 589e9d0cae9c5bfe08c859ea63135098b88274a9 | 6676796123a244610cd172abe9432cb75b357b33 | refs/heads/master | 2023-03-04T19:38:59.542318 | 2021-02-16T08:30:59 | 2021-02-16T08:30:59 | 336,926,755 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 176 | swift | let numbers = [nil, 1, "two", 3.0, "four"] as [Any?]
print("All String elements in upper case:")
numbers.compactMap({ $0 as? String })
.forEach { print($0.uppercased()) }
| [
-1
] |
99776f45380458d094fd673f8d3ad6e269257619 | 4111d229790c4e60ea968631d26c3774d77f5324 | /leetcode/geek-time/linklist/876_链表的中间结点.swift | 80b29f526004f2e21b7aeba85768694e44971170 | [
"MIT"
] | permissive | EricLi404/nb | a6a3e90b79bd8ee2e35d93285dea5650b804e3da | bdfa24db288df791320b5f610981b53aa7963fac | refs/heads/master | 2020-09-12T11:36:33.043546 | 2020-07-31T07:44:59 | 2020-07-31T07:44:59 | 222,411,259 | 0 | 1 | MIT | 2019-12-25T09:14:25 | 2019-11-18T09:31:09 | Python | UTF-8 | Swift | false | false | 1,367 | swift | ///给定一个带有头结点 head 的非空单链表,返回链表的中间结点。
///
/// 如果有两个中间结点,则返回第二个中间结点。
///
///
///
/// 示例 1:
///
/// 输入:[1,2,3,4,5]
///输出:此列表中的结点 3 (序列化形式:[3,4,5])
///返回的结点值为 3 。 (测评系统对该结点序列化表述是 [3,4,5])。
///注意,我们返回了一个 ListNode 类型的对象 ans,这样:
///ans.val = 3, ans.next.val = 4, ans.next.next.val = 5, 以及 ans.next.next.next =
/// NULL.
/// ... | [
-1
] |
d63be37b4d20f643002e66a58c617b353ede0c68 | 6728452760be3bcba0cfb3c639d18f63056a6c70 | /GildedRoseKata/GildedRoseKataTests/PassItemTests.swift | a002dd71c370e8501e649d9742067ef306e71c5d | [
"MIT"
] | permissive | Shah3r/gildedrosekata-swift | d876d3242093dc0c219af6eea02afbbdaf5a7f06 | a05ef4a36501a4ef12fc2ce5bd7d41f5b224688d | refs/heads/master | 2022-01-26T21:28:04.027277 | 2019-06-06T10:04:48 | 2019-06-06T10:04:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,039 | swift | //
// PassItemTests.swift
// GildedRoseKataTests
//
// Created by Shaher Kassam on 09/03/2019.
// Copyright © 2019 Shaher. All rights reserved.
//
@testable import GildedRoseKata
import XCTest
class PassItemTests: XCTestCase {
//MARK: Pass
func testPassItem() {
//given
let items = [Item(n... | [
-1
] |
01c7eb4d15eb93ebd1ae2fc750b1ade761bbedc2 | 364cc3d32e52982e115be571e1fadca4dc0fe30f | /curbmap/Restriction/TimeDelegateData.swift | 0857efd3fd433b93592184728d09f4a71e1c7023 | [
"Apache-2.0"
] | permissive | curbmap/curbmap-ios | 84dfa665a0bbfeb29fbaec64ab655cacbb62454d | fb913437c71ec47f3d526e8ff32e50d9ffc713f4 | refs/heads/master | 2021-01-01T04:53:05.785025 | 2018-03-23T03:11:03 | 2018-03-23T03:11:03 | 97,264,295 | 0 | 1 | null | null | null | null | UTF-8 | Swift | false | false | 867 | swift | //
// TimeDelegate.swift
// curbmap
//
// Created by Eli Selkin on 1/8/18.
// Copyright © 2018 Eli Selkin. All rights reserved.
//
import Foundation
import UIKit
class TimeDelegateData: NSObject, UIPickerViewDelegate, UIPickerViewDataSource {
func numberOfComponents(in pickerView: UIPickerView) -> Int {
... | [
-1
] |
27f089d395920f1f81168488363c5643c2a6593a | 73f1766106f53aafc7888a7b4abb7894a779a87a | /MyMotor/Home_ViewController.swift | 6b628e43def01b4e5a460b63e8c81137aac758bd | [] | no_license | Jollinsss/MyMotor | 4f7dcfbdd0c686af29b0850385e3c69397c28e37 | d4eb0cf337caebdc8b88b0792aa2266e36631145 | refs/heads/master | 2023-07-02T05:51:08.848157 | 2021-07-26T20:52:08 | 2021-07-26T20:52:08 | 385,880,420 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,170 | swift | //
// ViewController.swift
// MyMotor
//
// Created by Robert Hardy on 12/07/2021.
//
import UIKit
import Foundation
class Home_ViewController: UIViewController
{
@IBOutlet weak var registrationTextField: UITextField!
@IBOutlet weak var findCarButton: UIButton!
@IBOutlet weak var vehicleInformationText... | [
-1
] |
fbc98251eaa539ecef023b4470ffe9bbf8b6aa5b | 9a4751949034a8e4b4e7ad872d15ec4757ba0329 | /SKPhotoBrowser/SKButtons.swift | 66784e4a44323bfab7eaeb3421b4382ad2b6fc1f | [
"MIT"
] | permissive | shenglinFL/SKPhotoBrowser | d9c90a303ac3b71a4d7eb5c420ae25d56f4101e8 | 2fb25e61ab516ad8ea5f09ad4be510a928d3ed3c | refs/heads/master | 2020-03-27T04:44:05.467610 | 2018-08-31T04:43:58 | 2018-08-31T04:43:58 | 145,964,313 | 0 | 0 | MIT | 2018-08-24T08:25:41 | 2018-08-24T08:25:41 | null | UTF-8 | Swift | false | false | 4,146 | swift | //
// SKButtons.swift
// SKPhotoBrowser
//
// Created by 鈴木 啓司 on 2016/08/09.
// Copyright © 2016年 suzuki_keishi. All rights reserved.
//
import Foundation
// helpers which often used
private let bundle = Bundle(for: SKPhotoBrowser.self)
class SKButton: UIButton {
internal var showFrame: CGRect!
internal... | [
34482,
287502,
39958
] |
666bc1ed740e5f662399becf2e0962ee442a5aff | b4edae0b7124512b6ee3e81a3031ec4365bf286a | /CuttyFlamTV/AppDelegate.swift | 535724544a0761cbcf8848447c93838e9edc5568 | [] | no_license | DanPatey/CuttyFlamTV | 543c8dc151a570093f92259693915f6722e946d8 | e9a5a78463cb45bcf92dd6db9684b962c26a6858 | refs/heads/master | 2021-01-18T16:55:14.370227 | 2017-03-12T08:28:13 | 2017-03-12T08:28:13 | 84,353,724 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,349 | swift | //
// AppDelegate.swift
// CuttyFlamTV
//
// Created by Dan Patey on 3/8/17.
// Copyright © 2017 Dan Patey. All rights reserved.
//
import UIKit
import TVMLKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate, TVApplicationControllerDelegate {
var window: UIWindow?
var appCon... | [
-1
] |
d369240682e43b91fdb83407f49cbd75efefec9f | 60dff711cee6b76a3715ed835f458a37b71d79db | /DealBreakers/MVC/Controllers/Profile/Setting/ContactUsVC.swift | 429e6c7754d771e4db6495d6f2efd38153819b20 | [] | no_license | happyguleria1234/Dealbreaker | c5564cd89fb055df39a4133f6899166b54f60edd | b70dd57229d09b2ab0059a7fdc7361be8b3a025b | refs/heads/main | 2023-05-30T05:35:55.610064 | 2021-06-08T14:38:38 | 2021-06-08T14:38:38 | 343,757,109 | 1 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,241 | swift | //
// ContactUsVC.swift
// DealBreakers
//
// Created by Vivek Dharmani on 3/23/20.
// Copyright © 2020 apple. All rights reserved.
//
import UIKit
class ContactUsVC: UIViewController,UITextViewDelegate {
var message = String()
@IBOutlet weak var contactUSTxtView: UITextView!
override func viewDi... | [
-1
] |
3409245bc13a0855564eecc8a7c9f28339a2e162 | 6f84f0b7263e40252bf22b071c318163cafe3ba5 | /BSL Hands One/SignSongsViewController.swift | 0cf5fa668069e176987cc1b41ec03915f3a7940b | [] | no_license | TJM-12/BslHandsOneFree | accbb2d7ebbebea94699c516115c02632926d577 | bb966f98100dc2d29f1db0ec8a9a4f8f94389584 | refs/heads/master | 2021-06-20T15:46:10.844008 | 2017-07-12T00:22:46 | 2017-07-12T00:22:46 | 96,947,973 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 4,179 | swift | //
// AnimalViewController.swift
// BSL Hands One
//
// Created by Thomas Maher on 23/06/2017.
// Copyright © 2017 Thomas Maher. All rights reserved.
//
import UIKit
import AVFoundation
import AVKit
import GoogleMobileAds
class SignSongsViewController: UIViewController, UIScrollViewDelegate, GADBannerViewDelegate... | [
-1
] |
f4ab43cfd5afb4b03775cc9c896c4bead179f59d | c222c678ee5633950d479da7d5f362e7b1919c6c | /AssignmentSix/AppDelegate.swift | 17ac676e942f4d22614c83da59eefc8ba403dfd1 | [] | no_license | naohiro6/AssignmentSix | c7642c74056547766ad3e73435952bde5832b3bb | d56366a53894006d09e785a00e3eaeaacd305395 | refs/heads/master | 2020-04-26T06:23:18.040815 | 2019-03-01T20:38:20 | 2019-03-01T20:38:20 | 173,362,809 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,177 | swift | //
// AppDelegate.swift
// AssignmentSix
//
// Created by CM Student on 3/1/19.
// Copyright © 2019 Naohiro Kiryu. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFini... | [
229380,
229383,
229385,
229388,
294924,
229391,
327695,
229394,
229397,
229399,
229402,
278556,
229405,
229408,
278564,
294950,
229415,
229417,
327722,
237613,
229422,
360496,
229426,
237618,
229428,
286774,
229432,
286776,
286778,
319544,
204856,
352318... |
1c386a5b9972879ecf14197b413a2958212a7fe7 | 72c013893d4380adfdd528ec483a7662c649eb6b | /Sources/AdventOfCode2020/Day03_01.swift | ca98682d3f0fed70a7e8d47a52819de445d82e16 | [] | no_license | Jman012/AdventOfCode2020 | e05b16ba9861de6191ebca323fedeb51fd93f715 | d744f0446a8ab6413341bf0e9ee6a29bafbc1009 | refs/heads/main | 2023-02-02T23:08:17.275429 | 2020-12-25T06:55:46 | 2020-12-25T06:55:46 | 317,456,932 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,505 | swift | import Foundation
public protocol Defaultable
{
init()
}
struct Day03_01 {
enum MountainCell: Defaultable {
case empty
case tree
init() {
self = .empty
}
}
class Grid<Cell> where Cell: Defaultable {
// Each inner array is a row,
// each outer array is a column.
// gridContents[row][column]
p... | [
-1
] |
3f11d49aea756ae01fc0a510fd923c0462bdb905 | 86aa231d2d251c30e214dd3d9220c24ec8c8d3f3 | /Buoi_02_28_12/Buoi_02_28_12/Bai04_zalo.swift | 1aa1fcdd6331080ccfb8c82975e795871ee9fdf2 | [] | no_license | onglao1999/onglao1999.github.io | 613e70079f11fa8f75f7b4a0c02a4f261cbf0b28 | 9fd0fb1542e29300a5da472999924dbabd8047db | refs/heads/master | 2020-11-30T05:05:44.050596 | 2020-05-04T02:17:29 | 2020-05-04T02:17:29 | 230,309,554 | 2 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 426 | swift | //
// Bai04_zalo.swift
// Buoi_02_28_12
//
// Created by Ong_Lao_Ngao on 12/28/19.
// Copyright © 2019 Ong_Lao_Ngao. All rights reserved.
//
import Foundation
//4, Nhập vào thời điểm T gồm 3 số theo dạng : “Giờ : Phút : Giây” và 1 số nguyên X <= 10000
//- Hỏi sau X giây kể từ thời điểm T thì thời gian là bao nhiê... | [
-1
] |
bd3562f0206c91e24a8a04bad07bd8c5c4db201d | 32bef380d7f98bd0a3c23b4c3ed05439f4bc7259 | /源代码/03/3.8/3.8.3/3-51/4-51Tests/__51Tests.swift | 0aa21d07663f317fcac2973d0b33889e36c4a2a6 | [
"MIT"
] | permissive | CoderDream/SwiftGameInAction | 1ff4fe8cd2b906053687da69b78cfeb4acca523f | f53523efe85c15ecb39b70472b2f2b702570cf0b | refs/heads/master | 2020-05-01T04:47:28.781004 | 2019-07-23T13:43:46 | 2019-07-23T13:43:46 | 177,283,631 | 0 | 1 | null | null | null | null | UTF-8 | Swift | false | false | 879 | swift | //
// __51Tests.swift
// 4-51Tests
//
// Created by Mac on 14-12-23.
// Copyright (c) 2014年 Mac. All rights reserved.
//
import UIKit
import XCTest
class __51Tests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of ea... | [
276481,
276484,
276489,
276492,
278541,
278544,
278550,
276509,
278561,
276543,
159807,
280649,
276555,
223318,
288857,
227417,
278618,
194652,
194653,
276577,
43109,
276581,
276582,
276585,
223340,
276589,
227439,
276592,
227446,
276603,
276606,
276613,... |
ff10a300929c1f265e0f7421bf34911b41a129c2 | 91ece349d02208d00a7814611bfc060769ee682f | /Notes App/Notes App/NotesClass.swift | 91174fc6b7b2f05d3e42b59ebb2b0598a249a829 | [] | no_license | ethanweinrot20/CAS-Computer-Science | bceb4600b9642d14af864ced7c155e6f7032874f | abcaceb6d71d6d46327230f30f38171638590595 | refs/heads/master | 2020-07-23T15:06:50.938755 | 2020-04-23T21:05:41 | 2020-04-23T21:05:41 | 207,603,772 | 0 | 0 | null | 2020-04-23T21:20:29 | 2019-09-10T16:03:31 | Swift | UTF-8 | Swift | false | false | 233 | swift | //
// NotesClass.swift
// Notes App
//
// Created by Ethan Weinrot on 11/15/19.
// Copyright © 2019 Ethan Weinrot. All rights reserved.
//
import Foundation
class Note {
var note: String = ""
var date: Date = Date()
}
| [
-1
] |
562000a53d38afeeb905b5b8f61cfa430cd9ce77 | c06106f8c70eec98eb5c616396c23263398e7b24 | /GFExtensions/Extension+Tools/Extension+UIKit.swift | 7ffbcbe6935be33f3d0e026547700bc8d6a557f7 | [] | no_license | 913868456/GFExtensions | 3251b492693405e18628e68f7dd53d1bd83d87d4 | 8c24a5d63883720824286b63dd48b5e334fc0b63 | refs/heads/master | 2021-07-09T03:35:26.345029 | 2020-08-29T03:36:51 | 2020-08-29T03:36:51 | 189,173,898 | 1 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 37,170 | swift | //
// Extension+UIKit.swift
// GFExtensions
//
// Created by 防神 on 2018/8/3.
// Copyright © 2018年 吃面多放葱. All rights reserved.
//
import CoreGraphics
import Foundation
import ImageIO
import UIKit
import Photos
// MARK: UIEdgeInsets
public extension GFCompat where Base == UIEdgeInsets {
static func all(_ side:... | [
-1
] |
7c001b21818ad836c5f5ad5b9663383171a3ec4b | 571352b32c6d77197e3506da9a3ba5cb70a2b945 | /ViewFInderUITests/ViewFInderUITests.swift | 83745c5705011ae85b048bdf7e9be2226cebbb08 | [] | no_license | jenniferrr26/ViewFinder | 9f28f32fbfd1f7ba9848638502d4e313d78e09b0 | de145d1f6ec915c9e31f960c9450acb5eebaf751 | refs/heads/master | 2020-06-10T19:21:07.911371 | 2019-06-26T15:46:15 | 2019-06-26T15:46:15 | 193,720,171 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,158 | swift | //
// ViewFInderUITests.swift
// ViewFInderUITests
//
// Created by Apple on 6/25/19.
// Copyright © 2019 Apple. All rights reserved.
//
import XCTest
class ViewFInderUITests: XCTestCase {
override func setUp() {
// Put setup code here. This method is called before the invocation of each test method ... | [
155665,
237599,
229414,
344106,
278571,
229425,
229431,
180279,
319543,
352314,
213051,
376892,
32829,
286787,
237638,
311373,
196687,
278607,
311377,
368732,
180317,
278637,
319599,
278642,
131190,
131199,
278669,
278676,
311447,
327834,
278684,
278690,... |
4e5b11dc2beef5e3bfb77fd0e404b147ffd8266a | 10962ae8f91dc9e2060551e86693fe2c95fefef7 | /pod/ModuleSample/ModuleSample/Generated/GeneratedClass925.swift | e037642e50ea3811a73e83f436a740db0543b81d | [] | no_license | annomusa/Pod-or-Project | 80a997df642090a569ca699c5e9b55bbe41f9308 | b040200ae081efe3c750a296bf1a9940cb473b07 | refs/heads/master | 2023-02-11T17:55:25.857420 | 2021-01-11T06:34:01 | 2021-01-11T06:34:01 | 303,269,784 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 137 | swift |
public class GeneratedClass925 {
public var a: String = ""
public var b: String = ""
public var c: Int = 0
public init() { }
}
| [
-1
] |
67872646fd34d86c14ec3297ec38f6a3b9c4b39a | c3f45c0bb0f3ce2c986d878814940efe57cde40f | /Yala/Screens/FeedsViewController.swift | 01cff271881adbfb78a6512adee94916cf64b96e | [] | no_license | bluesky375/Yala | 8c89e302bdd86bc65345a15dba615ed1124677b8 | 1aca88e0c00ba1d3c71f2c4b3ec8f9f11ef765ff | refs/heads/master | 2020-07-07T23:54:25.223643 | 2019-08-21T05:16:15 | 2019-08-21T05:16:15 | 203,511,176 | 1 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,352 | swift | //
// FeedsViewController.swift
// Yala
//
// Created by Admin on 3/29/19.
// Copyright © 2019 Yala. All rights reserved.
//
import UIKit
import FacebookLogin
import FacebookCore
import SVProgressHUD
import BEMCheckBox
import Kingfisher
import EMSpinnerButton
import MessageUI
import CoreLocation
import Messages
c... | [
-1
] |
5b18ffd5a17c0cae1be995042754e2799d0e444d | 3b2ff3a8ffca0fbb024f897ac4713fdfbe780e9f | /ViewBuilderDemo/ViewBuilderDemo/Helpers/Converter.swift | 86eaa962dc0e0100b6b6615f9908815b3622c73c | [
"MIT"
] | permissive | abelsanchezali/ViewBuilder | 1a08a7792b04127655cd8727eb0d9f0e362299e6 | 55ca397ffdad66f54b28ea7cb57cf6e40d8687c3 | refs/heads/master | 2021-10-07T11:13:06.006055 | 2021-09-30T16:02:53 | 2021-09-30T16:02:53 | 100,129,963 | 15 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 512 | swift | //
// Converter.swift
// ViewBuilderDemo
//
// Created by Abel Sanchez on 11/4/16.
// Copyright © 2016 Abel Sanchez. All rights reserved.
//
import UIKit
public class Converter {
static let colors : [UIColor] = [UIColor.red, UIColor.blue, UIColor.brown, UIColor.green, UIColor.black, UIColor.orange, UIColor.or... | [
-1
] |
6908e4f4d65d0e30e2a7e3aca448f6b7c69be410 | 98585b13dc10378d14ec28bc62da9becfc273463 | /RxSwiftDemo/Service/GankAPI.swift | f39e8d9054ea328b1c565f296e8bb7fd2c261821 | [] | no_license | youhui/RxSwiftDemo | edb6b4aac049d6db7ff960f2dfe3f83fc89ce528 | b59b1ed816e1828b1789b2101262476a579f110d | refs/heads/master | 2020-04-17T04:46:24.876010 | 2019-02-16T10:36:52 | 2019-02-16T10:36:52 | 166,245,450 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 712 | swift | import UIKit
import Moya
let GankProvider = MoyaProvider<GankAPI>()
enum GankAPI {
case gankList(category: String, size: Int, index: Int)
}
extension GankAPI: TargetType {
var baseURL: URL {
return URL(string: "http://gank.io/api/data/")!
}
var path: String {
switch self {
... | [
-1
] |
36c573c6d5472f771fb63555b27ed96a39dbbcda | 6749b15fbe3af16eb95eeeed46f2404ca934e491 | /OTP View/ViewController.swift | 65f57ca0a817fd31503a732606f9998a50ce9816 | [] | no_license | Rishu0021/OTP-View | fb522391ae44089dd6f298e4dcb7c591cefb784d | 20c209619a3138e7d7ecd97e78c7a8fc1f10e6e7 | refs/heads/master | 2023-01-24T18:06:18.699526 | 2020-12-01T17:23:25 | 2020-12-01T17:23:25 | 285,996,585 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,010 | swift | //
// ViewController.swift
// OTP View
//
// Created by Rishu Gupta on 08/08/20.
// Copyright © 2020 Rishu Gupta. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
@IBOutlet weak var viewOTP: RGOTPView!
@IBOutlet weak var buttonSubmit: UIButton!
override func vie... | [
-1
] |
85dedd82fc506774b0fb7ea7e27b06cb10ca4274 | b4cdda0de2ff9392c318fc0491c1020432cdd899 | /Tests/TuistGeneratorTests/Linter/TargetLinterTests.swift | a4a74d85f08dfb37072c033b129839b54d96d322 | [
"MIT"
] | permissive | MatyasKriz/tuist | 4266e221b0abd55add5dcd8143f520734754d520 | edcbf0f8d2cf40c925ed6b592d08143f3b61b84d | refs/heads/master | 2022-11-23T10:31:51.319171 | 2020-07-11T08:59:45 | 2020-07-11T08:59:45 | 278,866,574 | 0 | 0 | MIT | 2020-07-11T13:25:50 | 2020-07-11T13:25:50 | null | UTF-8 | Swift | false | false | 11,041 | swift | import Foundation
import TSCBasic
import TuistCore
import TuistCoreTesting
import TuistSupport
import XCTest
@testable import TuistGenerator
@testable import TuistSupportTesting
final class TargetLinterTests: TuistUnitTestCase {
var subject: TargetLinter!
override func setUp() {
super.setUp()
... | [
-1
] |
57b4e8279673e000b6c795067c88044bfde5a05b | 6d6d056d7c9bfa416fb484fce546c67df8fcc70b | /native_library/apple/MLANE/MLANE/Extensions/FreMLModelDescription.swift | 3d2c94c70d76c86cb4f03f5e14bfa20618ca4209 | [
"Apache-2.0"
] | permissive | tuarua/ML-ANE | 1d1c11f85f2726622c0633d3d947ad69a75bd0d5 | 887a88786347546f738e1de5bcba3b60afc2672e | refs/heads/master | 2021-05-01T11:30:59.887026 | 2020-04-11T15:07:45 | 2020-04-11T15:07:45 | 121,122,200 | 5 | 1 | Apache-2.0 | 2020-04-11T15:07:46 | 2018-02-11T12:41:33 | ActionScript | UTF-8 | Swift | false | false | 1,728 | swift | /* Copyright 2018 Tua Rua Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwar... | [
-1
] |
3bfa5896e4761753ca3c36d4466a259075480270 | 736a3013b3a67a77e34adbe890819d7801004373 | /Source/PublicAPI/Encryption/EThree+AuthEncrypt.swift | a1d2a58ee1e15a5c35031b4ca74d7db020e12243 | [
"BSD-3-Clause"
] | permissive | VirgilSecurity/virgil-e3kit-x | d2a43da5419e46b0b4bcffa49393625548a5bcc7 | bae4fda63a19c60652ebaa894d8cc772bb752b57 | refs/heads/master | 2022-08-22T22:58:31.266064 | 2022-07-28T13:43:17 | 2022-07-28T13:43:17 | 153,477,913 | 13 | 8 | NOASSERTION | 2023-08-14T04:50:48 | 2018-10-17T15:12:13 | Swift | UTF-8 | Swift | false | false | 8,988 | swift | //
// Copyright (C) 2015-2021 Virgil Security Inc.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// (1) Redistributions of source code must retain the above copyright
// not... | [
-1
] |
289008e241653df49dd33b1e27151000c0ee3cc8 | a2bceb3d46ae0c895722f472d1ba6f95461759da | /FoundationExtendedTests/(T) Types/WeakObjectSetTests.swift | f371c6f8cf7da4c633fac34c8cdeecaaa7901e4e | [] | no_license | Jride/FoundationExtended | 0910bc708d6cfffa7b7c6db4204a7e5582f9df66 | f83ebee39f98e08e0eab692e162a31cabed43eee | refs/heads/master | 2023-02-27T13:19:43.811595 | 2021-02-07T15:05:52 | 2021-02-07T15:05:52 | 272,386,405 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,629 | swift | //
// WeakObjectSetTests.swift
// FoundationExtendedTests
//
// Created by Steve Barnegren on 31/10/2019.
// Copyright © 2019 ITV. All rights reserved.
//
import XCTest
import FoundationExtended
fileprivate class SetItem {
let value: String
init(_ value: String) {
self.value = value
}
}
... | [
-1
] |
f056a9719a04ad2929f6026ad7e2ae0b126792f0 | c47dc27e8d9a858a1abe6305aeb22383bc18df41 | /Memorize/ContentView.swift | da4991299137a90e79d6dc070f9df78cf36d39c1 | [] | no_license | kritiagarwal13/Memorize | f4ba91c898320c31d0c90477d739a3157883e35f | 76d462d429ebc0557a342353e3f65513991adae1 | refs/heads/main | 2023-07-04T19:49:23.281956 | 2021-08-06T07:21:07 | 2021-08-06T07:21:07 | 392,931,300 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,309 | swift | //
// ContentView.swift
// Memorize
//
// Created by Kriti Agarwal on 05/08/21.
//
import SwiftUI
struct ContentView: View {
var emojis = ["🚗", "✈️", "⛴", "🚲", "🏳️🌈", "✂️", "🔊", "🎀", "🌂", "🐅", "⛄️", "🧅", "🥨", "🥘", "🍰", "🥂", "🥡", "🛼", "🚴🏻♀️", "🧩", "🕹", "💰", "⚱️", "🦠", "🎁"]
@Sta... | [
-1
] |
e820c747a8f728304753286b911eea3ada15fa20 | 7eee8106e44eb8d6cae45ab108dde1218e8b4d2a | /InstagramTests/InstagramTests.swift | d2c35ba3e611ab86a257bcef06f79a3b7203bbe6 | [] | no_license | ermalbujupi/instagram4fun | e49c3611f948ce731edda8bd07712d406eb9a869 | e871f8a00abd9fa83b340e882c8fe5fa2ab519e6 | refs/heads/master | 2020-04-07T10:17:44.449326 | 2018-11-19T19:56:34 | 2018-11-19T19:56:34 | 158,281,409 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 912 | swift | //
// InstagramTests.swift
// InstagramTests
//
// Created by Ermal Buju on 19.11.18.
// Copyright © 2018 Ermal Bujupaj. All rights reserved.
//
import XCTest
@testable import Instagram
class InstagramTests: XCTestCase {
override func setUp() {
// Put setup code here. This method is called before the... | [
360462,
229413,
204840,
344107,
155694,
229424,
229430,
163896,
180280,
376894,
352326,
196691,
385116,
237663,
254048,
319591,
221290,
204916,
131191,
131198,
278677,
196760,
426138,
278691,
173,
377009,
278708,
295098,
417988,
417994,
139479,
229597,
... |
65f927c7a7598e8552d8726b52c6116a94e48142 | 603212bff9d125cfe7853742b09b647e91f8d074 | /Candy/Candy/Classes/Modules/UserCenter/Controller/UserCenterController.swift | 1660bdc086c07280637a09d627893a2f906d3315 | [
"MIT"
] | permissive | zuoguihao/candy-ios | a44403937304e9b68852cf83799a3fa0aa088bb3 | d3aab9cbc3331a2db8d4365f67647bd074ec4ea4 | refs/heads/master | 2022-07-20T08:23:38.062149 | 2020-01-13T03:01:45 | 2020-01-13T03:01:45 | 231,123,251 | 0 | 1 | null | null | null | null | UTF-8 | Swift | false | false | 2,638 | swift | //
// UserCenterController.swift
// RxSwiftDemo
//
// Created by 左聂荣 on 2020/1/1.
// Copyright © 2020 左聂荣. All rights reserved.
//
import UIKit
class UserCenterController: ViewController {
// MARK: - Property
// MARK: - LifeCycle
override var supportedInterfaceOrientations: UIInterfaceOrientationMask... | [
-1
] |
bbfa7e40dbae2339f7b49500883bc8b2ea179ff5 | 575a883f70159e953958ea6d46a225f153d5247b | /Sources/AsyncNinja/ExecutionContext.swift | 0248c4ce9f78d318166e68b3a88a62d8eaf2e7b7 | [
"MIT"
] | permissive | AsyncNinja/AsyncNinja | 3c5928bfcaff24c4d7aeefff7f0872338bfd4673 | 12887fc0a02425aebb177becfd63c54dbc69356d | refs/heads/master | 2021-10-13T06:43:47.091073 | 2021-10-03T20:19:53 | 2021-10-03T20:19:53 | 65,158,825 | 163 | 18 | MIT | 2021-01-05T23:03:44 | 2016-08-07T23:29:44 | Swift | UTF-8 | Swift | false | false | 6,330 | swift | //
// Copyright (c) 2016-2017 Anton Mironov
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, me... | [
-1
] |
2610d1be63f249cc249e6d27dff42b8a798fe7d6 | 35019a3a0644367198ed4058243ee7840bc7f6d3 | /fitsky/Classes/Mine/Controllers/FSVenueConfirmVC.swift | 9c92cf1c972b906653034de09f69344576872e76 | [
"MIT"
] | permissive | gouyz/fitsky | 81b841dfc672da6e6250468d68896e4db27dbe99 | fe03da08f7a34b051928d83487846706cf5d2fbf | refs/heads/master | 2020-11-27T21:25:13.843495 | 2020-06-03T08:55:34 | 2020-06-03T08:55:34 | 229,605,354 | 1 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 33,713 | swift | //
// FSVenueConfirmVC.swift
// fitsky
// 场馆认证
// Created by gouyz on 2019/10/29.
// Copyright © 2019 gyz. All rights reserved.
//
import UIKit
import MBProgressHUD
class FSVenueConfirmVC: GYZWhiteNavBaseVC {
var venueTypeList:[FSCompainCategoryModel] = [FSCompainCategoryModel]()
/// 类型id
var se... | [
-1
] |
1d110041ef077ef225bdfaf1d6407d30d9e37d95 | 0d3aa06844ebb8af878d72bc15d0f33bc7244b06 | /DesignCodev2/PostList.swift | 4f4ca80adf63eae2354d3a67e71dea16f3d7f091 | [
"MIT"
] | permissive | lduraes/advanced-layout | 1c002a0d88556fcb7deb1e9c59de030e3f7afdf2 | 02ef37279a20e0a5e027009ba13cec1b32b97194 | refs/heads/master | 2022-12-06T21:27:34.418009 | 2020-08-27T09:08:48 | 2020-08-27T09:08:48 | 261,774,072 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 735 | swift | //
// PostList.swift
// DesignCodev2
//
// Created by Luiz Durães on 04/05/2020.
// Copyright © 2020 Luiz Durães. All rights reserved.
//
import SwiftUI
struct PostList: View {
@ObservedObject var store = DataStore()
var body: some View {
List(store.posts) { post in
VStack(alignme... | [
-1
] |
52d29dbc87f084255696c4c72a4f1bbaf3f7f4d0 | 5f36d6140bf1c432c5ec6dca9759827489bd09da | /viewusingmodelclass/viewusingmodelclassUITests/viewusingmodelclassUITests.swift | 2fa14a96bc036a1ca42abe67458b72fc3d580aae | [] | no_license | hetalAcharya/Dummy | 9c2599f1ac5cbfbf90e95180a870016c02b5a3ea | 182edce1bd39d251472bf1b0a3347f6c61f1bcaa | refs/heads/master | 2020-04-07T02:07:35.236738 | 2018-11-17T08:26:47 | 2018-11-17T08:26:47 | 157,964,714 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,268 | swift | //
// viewusingmodelclassUITests.swift
// viewusingmodelclassUITests
//
// Created by Kush on 13/07/17.
// Copyright © 2017 bansi. All rights reserved.
//
import XCTest
class viewusingmodelclassUITests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here... | [
333827,
243720,
282634,
313356,
155665,
305173,
237599,
241695,
292901,
223269,
354342,
229414,
102441,
315433,
354346,
278571,
325675,
102446,
282671,
315431,
229425,
124974,
243763,
313388,
241717,
321589,
180279,
229431,
215095,
319543,
213051,
288829... |
f78475b0884a1500643b22cb777b4ffac93ba0d8 | 48e7e02ae83dbe83bf9c73f0437cba71b524174c | /ColeccionDeJuegos/JuegoViewController.swift | 089cc40ff9f347258bee02d73334ba61b16a8e27 | [] | no_license | JosimarTT/iOS-ColeccionDeJuegos | 43ae97b53d5d2b0f6f2aff5e2d982b8c1a2d61b3 | 847dda972bbe61326e47f755ace20bb3b77a9139 | refs/heads/master | 2020-05-18T01:19:52.695692 | 2019-05-03T21:39:35 | 2019-05-03T21:39:35 | 184,087,902 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,809 | swift | //
// JuegoViewController.swift
// ColeccionDeJuegos
//
// Created by Josimar Javier Tantahuilca Torres on 3/05/19.
// Copyright © 2019 Tecsup. All rights reserved.
//
import UIKit
class JuegoViewController: UIViewController, UIImagePickerControllerDelegate, UINavigationControllerDelegate {
@IBOutlet weak va... | [
-1
] |
d9add18a9c1b754697557c92a09eb969463b0518 | 82c2669228ab7c7a1fa37bccb13e5ab15be4e5a4 | /LJToolDemo/LJToolDemo/LJStringViewController.swift | 853fca689ddb8c948077f8cb5295f8c19ca606a1 | [
"MIT"
] | permissive | ljcoder2015/LJTool | f32b9478ead8967f6692549f520c6e501d5ddec1 | d3354198e1ae4e297ff807879296c34bd7511634 | refs/heads/master | 2021-06-02T05:54:46.058051 | 2021-04-24T08:16:17 | 2021-04-24T08:16:17 | 96,732,646 | 11 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,453 | swift | //
// LJStringViewController.swift
// LJToolDemo
//
// Created by ljcoder on 2017/9/27.
// Copyright © 2017年 ljcoder. All rights reserved.
//
import UIKit
class LJStringViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
title = "String"
self... | [
-1
] |
911e96d213fc84a1b59540755460e8e4aa67b3c5 | 525b019d50430f987a6de577f905feb38811635a | /BullsEye/AboutAuthorViewController.swift | 8a48141c655436d09f8a0f884dab61725de3f6a3 | [] | no_license | rkbroach/Bulls-Eye-Game | 3235752f4ebed343ee2ded74e791ca71cecdac13 | bc47c66d202eb0968e6bbfa0eea483828e6930ad | refs/heads/master | 2020-06-21T18:00:18.317560 | 2019-07-18T06:01:15 | 2019-07-18T06:01:15 | 197,521,098 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 393 | swift | //
// AboutAuthorViewController.swift
// BullsEye
//
// Created by Rohan Kevin Broach on 6/13/19.
// Copyright © 2019 rkbroach. All rights reserved.
//
import UIKit
class AboutAuthorViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
@IBAction func goBack(_ ... | [
-1
] |
a81c51faed889a8601a5986b03327725715ee1a5 | ce3399e18c0cafd664df4ebbfba66d25f590d3b9 | /rideasy/CustomTableViewForRideDetails.swift | fc86cd4755feea3f2d43decec1ed4ab2dde596b4 | [] | no_license | yamdud/rideasy | d45c0e417d607620e6bd3515517b4de952e0437b | 8f762972f63b19a1933ef8db8a77e72b2df970ca | refs/heads/master | 2021-01-01T04:17:39.153776 | 2017-08-07T16:45:12 | 2017-08-07T16:45:12 | 97,159,075 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,375 | swift | //
// CustomTableViewForRideDetails.swift
// rideasy
//
// Created by Siraprapha Suayngam on 03/03/2017.
// Copyright © 2017 Gurung. All rights reserved.
//
import UIKit
import MapKit
class CustomTableViewForRideDetails: UITableViewCell {
@IBOutlet weak var cancelButton: UIButton!
@IBOutlet weak var mainV... | [
-1
] |
c46f14cd07393a45e0efec49743cab4a6cdfbc2f | dbbfe841da1b6cc5f167b1c40371bd30df133c60 | /Dotkun/Util.swift | 742749aad524163ebed66dca854f1ae37e715af7 | [] | no_license | SakuragiYoshimasa/Dotkun | 29c29e4d3e4351213cb44fd04b9f8646d81ec4d6 | 253aae5b410524bda008feec979b2d6bba96f006 | refs/heads/master | 2016-08-12T13:15:03.225771 | 2016-02-22T06:30:28 | 2016-02-22T06:30:28 | 45,382,599 | 1 | 0 | null | 2016-02-22T06:30:29 | 2015-11-02T08:49:13 | Swift | UTF-8 | Swift | false | false | 5,297 | swift | //
// Util.swift
// Dotkun
//
// Created by 山口智生 on 2015/11/03.
// Copyright © 2015年 SakuragiYoshimasa. All rights reserved.
//
import UIKit
class TestUtil {
static func randomColor() -> UIColor {
return UIColor(red: Util.generateRandom(), green: Util.generateRandom(), blue: Util.generateRandom(), alp... | [
-1
] |
9343fb8c3986424b51180b2e081411531ae9701c | 12ea049fb685c5caf381418d5da241a835145fb4 | /How Many Fingers 2/How Many Fingers 2/AppDelegate.swift | ad9691606c22c553b9ab175b0a86c27d42bf7940 | [] | no_license | Sheena-Marie/ios-practice-stuff | 3a90f734e8406108064dbde12def7d8e7b01136b | a1675e3d448a25a81c9cc67560bad6396a9f0c42 | refs/heads/master | 2021-01-21T06:19:14.286805 | 2017-03-16T01:49:29 | 2017-03-16T01:49:29 | 83,209,986 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,194 | swift | //
// AppDelegate.swift
// How Many Fingers 2
//
// Created by Sheena Takkenberg on 15/3/17.
// Copyright © 2017 Sheena Takkenberg. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApp... | [
229380,
229383,
229385,
278539,
294924,
229388,
278542,
229391,
327695,
278545,
229394,
278548,
229397,
229399,
229402,
352284,
229405,
278556,
278559,
229408,
294950,
229415,
229417,
327722,
237613,
229422,
360496,
229426,
237618,
229428,
311349,
286774... |
d404824ed26aca71bf518966e786d15995c7003b | f86fbc83c5b08adba0f1bc8fb594a46daafc5507 | /Milestone_Project1-3/Milestone_Project1-3/ViewController.swift | fb7a9079ea620c65ce2c57ce813c786558ed0fd7 | [] | no_license | lgq2015/100_Days_of_Swift | 35b657b1a297e1315120f208b1dfeadf68de7f53 | 3c48d8b329c2eac6d5b91aab51a78f052838daad | refs/heads/main | 2023-08-24T04:19:26.881578 | 2021-11-05T17:22:54 | 2021-11-05T17:22:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,319 | swift | //
// ViewController.swift
// Milestone_Project1-3
//
// Created by out-usacheva-ei on 22.07.2021.
//
import UIKit
class ViewController: UITableViewController {
// Array of using countries
var countries = [String]()
var pictures = [String]()
override func viewDidLoad() {
super.viewDi... | [
-1
] |
43a7e72611c15497c93b54617866de43dad5acde | acf828de5c255529ca7dd1445dd83f1f2788d519 | /Sources/kubrick/MediaDevices/MediaDeviceInput.swift | 54423025396e3220acd985c00edd2baf61811cd7 | [
"MIT"
] | permissive | krad/kubrick | 136d54c4c2dc8406aa46780284a0e3514d559825 | 41b1abcb79d58c9e70379bb314187c20ebabcf0f | refs/heads/master | 2021-04-27T05:15:16.107673 | 2018-04-15T03:26:10 | 2018-04-15T03:26:10 | 122,594,113 | 4 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,523 | swift | public protocol MediaDeviceInput {
var hashValue: Int { get }
static func makeInput(device: Source) throws -> MediaDeviceInput
}
internal typealias MediaDeviceInputCreateCallback = (MediaDeviceInput) -> Void
internal typealias MakeMediaDeviceInput = (Source, MediaDeviceInputCreateCallback) throws -> MediaDevi... | [
-1
] |
6377fb2f80f81545cd6d8ef2cd05cc33a0ff95ad | 590e6f0b68cf735d9e06a67b6367cab1b42a185c | /HW4/hustle-mode/hustle-mode/ViewController.swift | 6943a41484342547e03fa0c9990451be07d9103f | [] | no_license | sheepy23/MAS.500 | 01e945dc77100bf5261884997ca98bfa38e71160 | acf5b9f6aca63f65b4732ff52f80e50fc82b1757 | refs/heads/master | 2021-08-23T23:46:37.248332 | 2017-12-07T04:17:37 | 2017-12-07T04:17:37 | 110,900,677 | 0 | 3 | null | null | null | null | UTF-8 | Swift | false | false | 1,310 | swift | //
// ViewController.swift
// hustle-mode
//
// Created by Yangyang Yang on 12/2/17.
// Copyright © 2017 Yangyang Yang. All rights reserved.
//
import UIKit
import AVFoundation
class ViewController: UIViewController {
@IBOutlet weak var darkBlueBG: UIImageView!
@IBOutlet weak var powerBtn: UIButton!
... | [
302289,
310658,
305665
] |
07fb4f763248eee6507c58e9dbbef721e44c6fc2 | bcafd89a9047f4167a07117704d2b679d7aadd20 | /TestSwiftUI/TestSwiftUI/Other/LiveViewController.swift | d04b6e12dcb9244f906c500b8b94c83a7b4e4f74 | [] | no_license | 18710102619/TestSwiftUI | 49bf251d104e64287291c7e736f761c92e8d9a3a | f713b1d13fbaa7d58aba97c103300417f1a28747 | refs/heads/master | 2023-03-25T04:59:47.665948 | 2021-03-23T02:55:52 | 2021-03-23T02:55:52 | 348,998,048 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 645 | swift | //
// LiveViewController.swift
// TestSwiftUI
//
// Created by 张玲玉 on 2021/3/18.
//
import UIKit
class LiveViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
}
/*
// MARK: - Navigation
... | [
-1
] |
7faf1c9acc682c0932c9d7b607ca0cf3100a2114 | bc7a0e49adea27b31b39b35f5fadc4835a4950ba | /Strings/UI/StringsList/StringsListWindowController.swift | b09cd436fa6dc325dd5c536c8146f7405ddee528 | [] | no_license | pillboxer/Strings | ea5c4cc393204c9eee2fa7ebb018f7a43586f092 | 7440f2a8a98f10097d5300dd1b66286d2b1b70d2 | refs/heads/master | 2023-01-10T19:38:59.578067 | 2020-11-11T09:16:33 | 2020-11-11T09:16:33 | 244,746,113 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 22,553 | swift | //
// StringsListWindowController.swift
// Strings
//
// Created by Henry Cooper on 03/03/2020.
// Copyright © 2020 Henry Cooper. All rights reserved.
//
import Cocoa
import UIHelper
import StringEditorFramework
class StringsListWindowController: NSWindowController {
// MARK: - Action Methods
@IBAct... | [
-1
] |
11309ef7e80cedf70e359d56ce74c01775df7c58 | 04efd498daa888884b4091251b7fb636179f0562 | /Tests/SwiftSyntaxParserTest/SyntaxTests.swift | b86e0e0aa5b4bbb1ae7acafbc9c7859ba582c9af | [
"Apache-2.0",
"Swift-exception",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kevinmbeaulieu/swift-syntax | 023cd610ce9597e685d9d58c46703559a82e6128 | e6e1e3e7aa5af9fe8b6b1e79ff4d68ab78983a29 | refs/heads/main | 2022-11-22T09:59:29.317676 | 2022-06-16T09:32:15 | 2022-06-16T09:32:15 | 282,011,928 | 0 | 0 | Apache-2.0 | 2020-07-23T17:14:19 | 2020-07-23T17:14:19 | null | UTF-8 | Swift | false | false | 6,158 | swift | import XCTest
import SwiftSyntax
import SwiftSyntaxParser
public class SyntaxTests: XCTestCase {
public func testSyntaxAPI() {
let source = "struct A { func f() {} }"
let tree = try! SyntaxParser.parse(source: source)
XCTAssertEqual("\(tree.firstToken!)", "struct ")
XCTAssertEqual("\(tree.firstToke... | [
-1
] |
2d6125f81bdd592fe55f248697fd061343eee590 | 61922e2702d3cf17ebc17b59d37b347d0f7cd1e0 | /00657023/AppDelegate.swift | c71ae8fe42099537fbec4af75452570e4dd90966 | [] | no_license | Dunja0218/00657023 | c2ce577bea934eea92781917283d91f07504057e | dcefb1b1b57c5c39af31603550cc2b081205a1f2 | refs/heads/master | 2020-09-16T07:34:51.546286 | 2019-11-24T05:49:34 | 2019-11-24T05:49:34 | 223,698,950 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,408 | swift | //
// AppDelegate.swift
// 00657023
//
// Created by User10 on 2019/11/20.
// Copyright © 2019 Starmy. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: ... | [
393222,
393224,
393230,
393250,
344102,
393261,
393266,
163891,
213048,
376889,
385081,
393275,
376905,
327756,
254030,
286800,
368727,
180313,
368735,
180320,
376931,
286831,
368752,
286844,
417924,
262283,
286879,
286888,
377012,
327871,
180416,
377036... |
7b74db262af73bca5071ffdbcf63f6f5a1814f85 | 065abd74d560614b7e0767cc9daa8454c6db93cb | /UIKit and Animations/WWDC 2013/Custom Transitions Using View Controllers New capabilities, APIs and enhancements/SampleCodes/FaderCustomTransition_1/FaderCustomTransition/AppDelegate.swift | 27889b63258c2a0fdc4dbd7aef32cd6214abb93d | [] | no_license | ssamadgh/WWDC-Videos | 2677b4ac1eac724c2badd976220f6f8e68b526f7 | 4a1754e89c5d7512a21f4f44f627d415c2eb74c4 | refs/heads/master | 2023-08-28T18:28:27.154099 | 2023-08-14T09:56:30 | 2023-08-14T09:56:30 | 166,507,343 | 20 | 14 | null | 2023-08-14T09:56:31 | 2019-01-19T04:50:12 | Objective-C | UTF-8 | Swift | false | false | 2,116 | swift | //
// AppDelegate.swift
// FaderCustomTransition
//
// Created by Seyed Samad Gholamzadeh on 6/16/18.
// Copyright © 2018 Seyed Samad Gholamzadeh. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ applicati... | [
229380,
229383,
229385,
278539,
294924,
229388,
278542,
229391,
327695,
278545,
229394,
278548,
229397,
229399,
229402,
352284,
229405,
278556,
278559,
229408,
278564,
294950,
229415,
229417,
327722,
237613,
229422,
360496,
229426,
237618,
229428,
311349... |
fbe9dab1277ef10e97e81533d8437f0ca4046535 | c7f9752797905bf7ae0ffec27d0a7f10ffc2f673 | /CustomTabMenu/CustomTabMenu/Source/VCs/MenuVCs/SecondViewController.swift | 2a6c1235a3c28c579514a845bed536b84d7343e2 | [] | no_license | YumYum-iOS/YumYum-Yeji | 044e05979afe66b4672edbc83c3af48972db423b | 2dba262da9037e9b8ef98b8eab653ddf2b80a6d2 | refs/heads/main | 2023-05-26T21:41:18.688404 | 2021-06-14T19:00:27 | 2021-06-14T19:00:27 | 376,583,515 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 278 | swift | //
// SecondViewController.swift
// CustomTabMenu
//
// Created by 윤예지 on 2021/06/15.
//
import UIKit
class SecondViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
view.backgroundColor = .brown
}
}
| [
-1
] |
0f73ad2a5edb22f1e9121578b248194d42366546 | b29aa4f231016a696c1a9a7da728d2a53a524bc5 | /flowAccount/Pouch/View/Spinner/SpinnerViewController.swift | a1469f11aca6b136be2278b66495d7ab75d564a2 | [] | no_license | SomsakGitHub/testJob | 9567deda22374fbf1cd26aa5312f44c90013df07 | 0279a0fcf714d29a76d651e877e7f95750c2b89e | refs/heads/master | 2023-06-05T21:36:34.833192 | 2021-06-24T20:12:26 | 2021-06-24T20:12:26 | 378,786,761 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,656 | swift | //
// SpinnerViewController.swift
// Pouch
//
// Created by somsak on 1/6/2564 BE.
//
import UIKit
protocol SpinnerViewControllerViewControllerDelegate {
func spinnerSelected(data: String)
}
class SpinnerViewController: UIViewController {
var spinnerType: SpinnerType = .type
var spinnerData: [Str... | [
-1
] |
6381174ddc80bdfb791e73874207d05552a8c6c6 | 11bda16f3e1a15120443ea9824163375a294760b | /StudyPad/Scenes/Main/Challenges/ChallengesOverviewViewController.swift | 22d8486239ecf8c1e00a7cef6988fef12c4c95c4 | [] | no_license | levinzonr/studypad-ios | 5b4812615f78962160165f3e29d97575c174411d | e47b11f7bf3ac293e659843e714374eb97b8ba64 | refs/heads/master | 2020-04-16T08:03:37.721391 | 2019-02-09T18:36:06 | 2019-02-09T18:36:06 | 165,410,049 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,342 | swift | //
// ChallengesOverviewViewController.swift
// StudyPad
//
// Created by Roman Levinzon on 03/02/2019.
// Copyright (c) 2019 Roman Levinzon. All rights reserved.
//
import UIKit
import SnapKit
class ChallengesOverviewViewController: UIViewController {
// MARK: - Outlets
@IBOutlet weak var basicTestButton... | [
-1
] |
21f688a362d0454759d0a44e10080838113ee044 | 9052069617eb7817ace8bd5d921218b9badae33d | /FourCornersWatch/FourCorners/FourCorners/ContentView.swift | 602631cd795dc7d1c5018dfec69ba9ebda945fdd | [] | no_license | mohjache/FourCorners | acbfd1d4c023e0aff52b1f208ce202ac3ea5c528 | 84dda2eeba4c47634f635a2236bd258d3de46e13 | refs/heads/master | 2020-05-25T23:03:35.369155 | 2020-02-24T23:39:23 | 2020-02-24T23:39:23 | 188,027,451 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 370 | swift | //
// ContentView.swift
// FourCorners
//
// Created by Anaru Herbert on 27/11/19.
// Copyright © 2019 Anaru Herbert. All rights reserved.
//
import SwiftUI
struct ContentView: View {
var body: some View {
Text("Hello, World!")
}
}
struct ContentView_Previews: PreviewProvider {
static var pre... | [
33292,
24462,
343054,
192656,
326415,
260372,
337812,
347284,
374935,
267800,
356504,
370198,
386582,
369946,
398870,
341916,
66845,
376736,
357409,
264739,
176806,
254374,
412588,
223152,
353585,
307506,
342451,
375348,
337594,
325307,
343100,
375227,
... |
7a6ae9ac7172da026fe103d3ff027b6a8941e9aa | 3eab7f56ebc84137c23eb3202fb23cdd74a0afbe | /PersonListExam/PersonListExam/AppDelegate.swift | 4c856f4506218bbc2744e61b4365d8b2a60fd9b2 | [] | no_license | rhenz/ios-exam | ef6c0e664c3b829739146109e0848ba1eedada99 | 1018425bb963235e24cd064453f6958e958a342f | refs/heads/master | 2020-03-22T15:34:28.027083 | 2018-07-09T16:14:05 | 2018-07-09T16:14:05 | 140,262,422 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,167 | swift | //
// AppDelegate.swift
// PersonListExam
//
// Created by JLCS on 09/07/2018.
// Copyright © 2018 JLCS. All rights reserved.
//
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchin... | [
229380,
229383,
229385,
278539,
294924,
229388,
278542,
327695,
229391,
278545,
229394,
278548,
229397,
229399,
229402,
352284,
278556,
229405,
278559,
229408,
294950,
229415,
229417,
327722,
237613,
229422,
360496,
229426,
237618,
229428,
311349,
286774... |
0776b2d9cd274a2cde062a66b39a6e7075038cdd | b16ada0eac5c472317629963f1a39c21c906b883 | /Chapter 11/RxSwift.playground/Pages/replay.xcplaygroundpage/Contents.swift | c60dea257a04014ec3cb58e798ad7f2980d81dbb | [] | no_license | Nemexur/RxSwift-Book-Ray-Wenderlich | ec1e54e2a3560ef0c1e0727626cda767eff2fa1c | f35176ba5043e7ff83714544e11226f0a2ab5c31 | refs/heads/master | 2020-05-24T16:13:24.552505 | 2019-05-18T22:14:05 | 2019-05-18T22:14:05 | 187,350,917 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 5,195 | swift | import UIKit
import RxSwift
import RxCocoa
let elementsPerSecond = 1
let maxElements = 5
let replayedElements = 1
let replayDelay: TimeInterval = 3
//let sourceObservable = Observable<Int>.create { observer in
// var value = 1
// let timer = DispatchSource.timer(interval: 1.0 /
// Double(elementsPerSecon... | [
-1
] |
235abbe307f84215c916e2a067988037cd5b8e1f | ed923906b21995a15fd18ddd5238ae26f96e6085 | /Sources/UserDefaults+PFExtension.swift | 27fd5f9e9ae4c32a08997c0d8e8ef216e7ea0519 | [
"MIT"
] | permissive | pengfei2015/PFSwiftExtension | 68755c14aeafffdee18c1a97a923f6ae7b00eee0 | 7f4c153bf91c47894222d5c30f7fb7fa39956031 | refs/heads/master | 2021-09-23T18:06:02.420845 | 2018-09-26T09:11:24 | 2018-09-26T09:11:24 | 116,897,727 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,061 | swift | //
// UserDefaults+Extension.swift
// Extensions
//
// Created by 飞流 on 2017/11/10.
// Copyright © 2017年 飞流. All rights reserved.
//
import UIKit
private let kKeyPrefix = "com.qufaya.qzzb."
extension UserDefaults {
@discardableResult
class func executeOnceWithShortKey(_ shortKey: Key, excute: () -> Void... | [
-1
] |
40c70ebbf73e6ac22d46c8003791b491cb257a53 | 10e9471bbec2fbf8fd408d631dd0af6996f7bd5d | /Sources/CANHackUI/Model/CANHackManager.swift | b131f8622334aae0b09705449deb1622c4e94fe4 | [] | no_license | CarSmarts/CANHack | 10b89cc1b37bb7728d6af6f8a15071b37102e7b1 | a831b5cf8bd22443365e0b8b449b56c9fd3a5c76 | refs/heads/master | 2021-07-06T04:31:25.306006 | 2020-07-18T23:38:06 | 2020-07-18T23:38:06 | 94,712,417 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,540 | swift | //
// CANHackManager.swift
// SmartCar
//
// Created by Robert Smith on 4/27/20.
// Copyright © 2020 Robert Smith. All rights reserved.
//
#if canImport(UIKit)
import SwiftUI
import Combine
import CANHack
import AppFolder
public class CANHackManager: ObservableObject {
public var decoderBinding: Binding<CarDe... | [
-1
] |
bd3a472c53a34794e3a28775e251d08c4489b985 | 84ef0e780c659d9b618b8219268b3add8a52418c | /Other Projects/iPadOS Scenes/BehindTheScenes/ContentView.swift | 6da776177102c6c301e0d0d21c32024527d3a20a | [
"MIT"
] | permissive | guangqiang-liu/SwiftUI | 57042a8ca01a5889d5e99b19d511ea829021e348 | ec256804f9234257e637883c12da48fa9aea7663 | refs/heads/master | 2020-06-28T11:58:35.123023 | 2019-07-31T14:14:41 | 2019-07-31T14:14:41 | 200,228,828 | 2 | 0 | MIT | 2019-08-02T12:12:54 | 2019-08-02T12:12:54 | null | UTF-8 | Swift | false | false | 369 | swift | //
// ContentView.swift
// BehindTheScenes
//
// Created by Simeon Saint-Saens on 4/6/19.
// Copyright © 2019 Two Lives Left. All rights reserved.
//
import SwiftUI
struct ContentView : View {
let count: Int
var body: some View {
VStack {
Text("Scene \(count)")
Text("T... | [
-1
] |
4201daf4a1e1b18358cd7c324bbc382bd0578e17 | 2c266f6f5f5cd94353a71d24e178756b52e5bcf4 | /NewsUI/CommonClass/AsyncImage/AsyncImage.swift | 23ed4c70db1b57238149fb2312677448833d52d6 | [] | no_license | vigneshKumarD/SwiftUINews | 6e03a8b5be4d4177e01b3386df04f9abdb336f08 | dcb73e3f1836fc77a57eb334c5d09de2f975b88f | refs/heads/master | 2022-04-20T20:06:59.769532 | 2020-04-27T10:45:19 | 2020-04-27T10:45:19 | 255,817,042 | 0 | 0 | null | 2020-04-27T10:45:20 | 2020-04-15T05:45:13 | Swift | UTF-8 | Swift | false | false | 1,102 | swift | //
// AsyncImage.swift
// AsyncImage
//
// Created by Vadym Bulavin on 2/13/20.
// Copyright © 2020 Vadym Bulavin. All rights reserved.
// https://www.vadimbulavin.com/asynchronous-swiftui-image-loading-from-url-with-combine-and-swift/
import SwiftUI
struct AsyncImage<Placeholder: View>: View {
@ObservedObjec... | [
-1
] |
e0998fa653a57bbdf96269e1c838b6de73dbc44d | c207981dc301e93b6fe63dc72d60a2232a8bff0e | /Demo5/TableViewDemo1/ViewControllers/UserListViewController/UserListViewController.swift | 46fc228dba645a2b02c1731551ae0838b11fa499 | [] | no_license | MostafaBelihi/iOS-Workshop-Mansoura | 13a1a7902abc345e55c6c219b4b40c1c466df88b | 5fab464fca873f1bc7bf447b097ecdcbdbf954e6 | refs/heads/master | 2022-11-29T22:52:30.172768 | 2020-08-21T13:44:43 | 2020-08-21T13:44:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,031 | swift | //
// UserListViewController.swift
// TableViewDemo1
//
// Created by Mahmoud Ibaraheim on 8/8/18.
// Copyright © 2018 MahmoudOrganization. All rights reserved.
//
import UIKit
class UserListViewController: UIViewController,UITableViewDataSource,UITableViewDelegate {
@IBOutlet weak var usersTableView: UITabl... | [
-1
] |
e3b614f561b0f8a0b916982f4c259233991eb006 | 714601a7eaa5869827fe8100596690604f3ad550 | /sample/SceneDelegate.swift | 454a993f67f2e2bfcc72b1f590117aaa4be5df59 | [] | no_license | ghelich/charts | 94990d9a1a9af46811889ca2e3a7fb630ddcbd3a | 233098169827de117b57210088409df5364b4b02 | refs/heads/main | 2023-03-22T11:51:55.672976 | 2021-03-13T15:53:58 | 2021-03-13T15:53:58 | 347,409,846 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,290 | swift | //
// SceneDelegate.swift
// sample
//
// Created by hossin ghelich on 3/12/21.
//
import UIKit
class SceneDelegate: UIResponder, UIWindowSceneDelegate {
var window: UIWindow?
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
... | [
393221,
163849,
393228,
393231,
393251,
352294,
344103,
393260,
393269,
213049,
376890,
385082,
393277,
376906,
327757,
254032,
368728,
180314,
254045,
180322,
376932,
286833,
286845,
286851,
417925,
262284,
360598,
286880,
377003,
377013,
164029,
327872... |
992a71144d885928fcbeb46eca729ff0e528e6fa | bf6fad9102a9e15fe595cc44580796b66b286318 | /Source/JsonWebToken/JwtBodyContent.swift | a7a151bfa46cd1b74dc0d6117fd7750099d02912 | [
"BSD-3-Clause"
] | permissive | hyuni/virgil-sdk-x | ec8e5b43dba23e137eb40f7e772b876abe16a6ba | 1fd0938b436ffce461fb2396beca38c67bd77f6f | refs/heads/master | 2020-04-12T15:27:09.316795 | 2018-12-13T16:58:32 | 2018-12-13T16:58:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 6,739 | swift | //
// Copyright (C) 2015-2018 Virgil Security Inc.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// (1) Redistributions of source code must retain the above copyright
// not... | [
-1
] |
a8cb1e2f8d259228bcd937290f3b02451572c3b2 | 0413ea0e678a2bfacb292ada2d405281acdfa4cd | /SMC App/SMC App/ProfessorContainerViewController.swift | 5e1e8648ed6705133674b986959a5086c6d3cc8d | [] | no_license | SMCProgrammingClub/Profsquire_iOS | 871c45ff3b01b7b39b0bb19a79a5c62837a7da27 | 577a506756299c8c58ab4490714401ef23470529 | refs/heads/master | 2021-01-10T15:29:44.472035 | 2015-07-18T02:50:41 | 2015-07-18T02:50:41 | 36,137,049 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,400 | swift | //
// ProfessorContainerViewController.swift
// SMC App
//
// Created by Harrison Balogh on 6/19/15.
// Copyright (c) 2015 CPC iOS. All rights reserved.
//
import UIKit
class ProfessorContainerViewController: UIViewController, GradeDistributionBarDelegate{
@IBOutlet weak var gradeBar_base: UIImageView!
@... | [
-1
] |
0ddfa7298fb8c28df78af20f06e47eddbcdd2583 | c99447d9d47a2f8cd21c0ce88a8b72d210af82de | /Moonshot/ContentView.swift | 560cd0faa86b719c75556407d30f32c9c7fbade5 | [] | no_license | valerie-makes/Moonshot | ad763b3b4977ad02bbe2cca999699cfb412e3151 | c8286ecde11fa3a7c92b749eac59be6fbcabc5fe | refs/heads/main | 2023-05-26T18:11:27.578358 | 2021-06-08T11:57:42 | 2021-06-08T11:57:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 2,027 | swift | //
// ContentView.swift
// Moonshot
//
// Created by David Bailey on 05/06/2021.
//
import SwiftUI
struct ContentView: View {
static let astronauts: [Astronaut] = Bundle.main.decode("astronauts.json")
static let missions: [Mission] = Bundle.main.decode("missions.json")
@State private var showingCrew =... | [
-1
] |
21fc35186b13a3e867aae675cff2e53644e2ad72 | 80e55abe4e318d0f13691ec0ae9dba4840df5aa4 | /SuperHeroMarvel/Proyect/Home/Models/SuperHero.swift | 9a80be4ac60563a375c1bc6931fe37a52fce9f13 | [] | no_license | ddelucas/superHeroMarvel | 29f3b8a23503bd985851dfd05aa664f030f2cab9 | a64d45678f716336ee511fd6739b8a20bc82ca9d | refs/heads/master | 2020-07-04T02:14:43.400643 | 2019-03-25T18:31:30 | 2019-03-25T18:31:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 894 | swift | //
// SuperHero.swift
// SuperHeroMarvel
//
// Created by JJ Montes on 25/03/2019.
// Copyright © 2019 jjmontes. All rights reserved.
//
import Foundation
import UIKit
class SuperHero {
var name: String?
var photo: String?
var realName: String?
var height: String?
var power: String?
v... | [
-1
] |
78da9c913d0371bcddcaa7c05b364c0a70ca3186 | 769d0e6dac71291ed59e6f0494896dd32764af95 | /EasyTask/AppDelegate.swift | c2aa0d57a011c85cd1ff26f34808e59061c3e1a4 | [] | no_license | dennyalfath/EasyTask | 7a50aa60f7c4776bcdff7bd12ca67ef22a800313 | ca847108130cba6a2c6ce54b862c6061cb3de015 | refs/heads/master | 2022-12-07T13:56:28.902205 | 2020-09-03T16:10:53 | 2020-09-03T16:10:53 | 292,614,200 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,706 | swift | //
// AppDelegate.swift
// EasyTask
//
// Created by Denny Alfath on 02/09/20.
// Copyright © 2020 Denny Alfath. All rights reserved.
//
import UIKit
import CoreData
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingW... | [
199680,
379906,
253443,
418820,
249351,
328199,
384007,
377866,
379914,
372747,
199180,
326668,
329233,
349202,
186387,
350738,
262677,
330774,
324121,
245274,
377371,
345630,
340511,
384032,
362529,
394795,
404523,
245293,
262701,
349744,
361524,
337975... |
6aff128f05e418b34f2dfb2fe148a68efcc98d0e | 1f3e2b1b2b9b7651aca730be56fd80d08675a3d7 | /ChattingApplication/CustomCells/ConversationListCell.swift | c436745db36da3432562da48a80587c30b3ed0db | [] | no_license | KrishnaGunjal/Firechat | 749c955600ed267cbce41499b3e09248cc7d6a54 | 02b7f1ed9a223536e4bb56cd276edbc82439b6da | refs/heads/master | 2020-04-08T02:59:34.108987 | 2019-10-02T05:57:54 | 2019-10-02T05:57:54 | 158,957,199 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 607 | swift | //
// ConversationListCell.swift
// ChattingApplication
//
// Created by krishna gunjal on 24/11/18.
// Copyright © 2018 krishna gunjal. All rights reserved.
//
import UIKit
class ConversationListCell: UITableViewCell {
@IBOutlet weak var profileImage: UIImageView!
@IBOutlet weak var contactName: UILabel... | [
-1
] |
09f4ebf4edd51dc45136088297ba374f79e82740 | ca8c26d87c2cb014dc9470f080128d9116dd694b | /Shopping app/Model/Currency.swift | 0bab4c246fe52787f413843592ea926ecd1b0cde | [] | no_license | RefactoringiOS/Assignment | 8f41a1d5856c000c3031f6af46299b3b9f73062e | 2eeffa1e092f7d5c079a2e264f8b46d674022d31 | refs/heads/master | 2020-08-06T21:10:29.856952 | 2019-10-08T13:03:42 | 2019-10-08T13:03:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 313 | swift | //
// Currency.swift
// Shopping app
//
// Created by KOVIGROUP on 06/10/2019.
// Copyright © 2019 KOVIGROUP. All rights reserved.
//
import UIKit
struct Currency : Decodable {
let rates: String
let rate: Double
func getString() {
print( "rates: \(rates), rate: \(rate)" )
}
}
| [
-1
] |
6577730b27cb72807300e2420f2cb4a35a472ccb | 633afbaca6d2571c621c33d49aa63877a617d1a5 | /VenueFinder/VenueFinder/Model/RestaurantVGModel.swift | 6309be393d2de6daaf74379faf988ad12319b5e9 | [] | no_license | SimoneGrant/VenueFinder | b69db5a1e63b22390196e51b4dfb4861f4f7f3d9 | fd78e1f214f8f9156f82c51f1608d41833f9542f | refs/heads/master | 2021-09-04T13:04:49.493012 | 2017-11-28T18:42:56 | 2017-11-28T18:42:56 | 110,286,328 | 0 | 0 | null | 2017-11-28T18:42:57 | 2017-11-10T19:46:50 | Swift | UTF-8 | Swift | false | false | 1,178 | swift | //
// RestaurantVGModel.swift
// VenueFinder
//
// Created by Simone Grant on 11/10/17.
// Copyright © 2017 Simone Grant. All rights reserved.
//
import Foundation
struct EntryItems: Decodable {
let entries: [Entries]
}
struct Entries: Decodable {
let distance: Float
let website: String?
let veg_... | [
-1
] |
1e3d60a87f12478087c1cfaa84f2a1efeeba1308 | cbedb2001120f322debf8c7f011582081c68e4e1 | /My First IOS App/My First IOS AppTests/My_First_IOS_AppTests.swift | 90736dea076ce0e77a5253d1def7710ecfbe2203 | [
"Apache-2.0"
] | permissive | tonilopezmr/Learning-Swift | 6bc77487c78fcf3f9d98bf9538ad2b6ffa11f3d2 | 477a0fba7b6f34910f98d494058e097192c1c339 | refs/heads/master | 2021-01-10T02:43:59.208511 | 2017-11-21T16:46:55 | 2017-11-21T16:46:55 | 49,320,045 | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,031 | swift | //
// My_First_IOS_AppTests.swift
// My First IOS AppTests
//
// Created by Antonio López Marín on 25/01/16.
// Copyright © 2016 Antonio López Marín. All rights reserved.
//
import XCTest
@testable import My_First_IOS_App
class My_First_IOS_AppTests: XCTestCase {
override func setUp() {
super.set... | [
333828,
282633,
313357,
317467,
241692,
229413,
229424,
288828,
288833,
288834,
254027,
315476,
180311,
180312,
237663,
307299,
329829,
313447,
319598,
288879,
288889,
215164,
215178,
317587,
278677,
278704,
323762,
299187,
280762,
223419,
227524,
282831... |
4dde3f899dd11bed646a90acccf4cd09191b4599 | a0da19c04315c0f7f55c9d5b673f847e4333b266 | /ViewController.swift | 4195777c076ee4e9b7f0bdb8ca05e87227ab536d | [] | no_license | joynuelle/XcodePractice1 | 91a874443d89ed8a43d712d12f0fbbe49097936c | 259d8a9f6090108582e856ab4771eeb9601e67e9 | refs/heads/master | 2020-05-22T19:53:51.633240 | 2019-05-13T21:53:55 | 2019-05-13T21:53:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 1,962 | swift | //
// ViewController.swift
// HelloWorld
//
// Created by Joy Nuelle on 5/13/19.
// Copyright © 2019 Joy Nuelle. All rights reserved.
//
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
... | [
-1
] |
b8bd7bfaaed942fc8d1e7ca68bf371ae1abd5925 | e0560521947e2381b92bb9355149ca4f687eb77d | /Darwin/Services/StitchHTTPService/StitchHTTPService/StitchHTTPServiceExports.swift | 5eee3cbdba096fd96ea56ee4e14fcd0223d5d45c | [
"Apache-2.0"
] | permissive | malexandert/stitch-ios-sdk | 9e14bfc88fd140f81828dd50993fbfa55ef9d5c8 | a9ba5163455923cac87c58b41fd08695a6edd810 | refs/heads/master | 2023-02-27T22:27:00.750238 | 2020-01-27T11:28:51 | 2020-01-27T11:28:51 | 337,554,193 | 0 | 0 | Apache-2.0 | 2021-02-09T22:31:35 | 2021-02-09T22:31:34 | null | UTF-8 | Swift | false | false | 449 | swift | // Re-exported classes, structs, protocols, and enums from StitchCoreHTTPService
@_exported import struct StitchCoreHTTPService.HTTPCookie
@_exported import enum StitchCoreHTTPService.HTTPMethod
@_exported import struct StitchCoreHTTPService.HTTPRequest
@_exported import class StitchCoreHTTPService.HTTPRequestBuilder
... | [
-1
] |
f918b9469ccc8ebc8357b26e315bed46d9583a12 | bbeaf4ae113445467a4fa54dbf2e7362299702a7 | /gen/grammars-v4/datetime/datetimeBaseListener.swift | a1880427d2d7b96b12d3d17cc90364d5cb72e8f8 | [] | no_license | johndpope/swift-walker-antlr | d52e675ebbed76dca2d850b5fcfd880b0bcf3997 | 30c3cc936e75157a7c541376d434cb68d0672df1 | refs/heads/master | 2021-01-21T16:44:04.315359 | 2018-01-18T15:48:22 | 2018-01-18T15:48:22 | 91,900,233 | 1 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 3,879 | swift | // Generated from ./grammars-v4/datetime/datetime.g4 by ANTLR 4.7.1
import Antlr4
/**
* This class provides an empty implementation of {@link datetimeListener},
* which can be extended to create a listener which only needs to handle a subset
* of the available methods.
*/
open class datetimeBaseListener: datetim... | [
-1
] |
1d3dc435b1da581bd61178e409fc317c59297cf3 | fb6c6112334626259ed2a992018c3ff614d6b130 | /Slidebar Menu/Controllers/PhotoViewController.swift | be368f65fb30137abf9e466648314650aefb2f15 | [] | no_license | AdnannM/Slidebar-Menu | 69c4aea17a300755e4937ffd2d32c3192e31647d | 55e9059650c88afcb4b6e6fd258c902992d87dec | refs/heads/master | 2023-08-06T00:47:06.243842 | 2021-08-26T12:30:07 | 2021-08-26T12:30:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Swift | false | false | 700 | swift | //
// PhotoViewController.swift
// Slidebar Menu
//
// Created by Adnann Muratovic on 26.08.21.
//
import UIKit
class PhotoViewController: UIViewController {
@IBOutlet weak var menuButton: UIBarButtonItem!
override func viewDidLoad() {
super.viewDidLoad()
addSlideBarMenu(leftMenuButton: m... | [
-1
] |